• Fix a range input test

    It was setting the value to " 123" without setting a maximum above.
    Since the specs specifies 100 to be the default max, the value we'd get
    after sanitization would be 100, not 123. This fixes it by setting the
    value to something that is between the default min/max.
    Eijebong committed Oct 15, 2018