Files
servo/tests/wpt/metadata/html/semantics/forms/the-input-element/range.html.ini

60 lines
1.6 KiB
INI

[range.html]
type: testharness
[Illegal value of min attribute]
expected: FAIL
[Illegal value of max attribute]
expected: FAIL
[Converting an illegal string to the default value]
expected: FAIL
[Converting an illegal string to the default step]
expected: FAIL
[the value is set to min when a smaller value than min attribute is given]
expected: FAIL
[the value is set to max when a larger value than max attribute is given]
expected: FAIL
[default value of min attribute in input type=range]
expected: FAIL
[default value of max attribute in input type=range]
expected: FAIL
[default value when min and max attributes are given (= min plus half the difference between min and max)]
expected: FAIL
[default value with step control when both min and max attributes are given]
expected: FAIL
[default value when both min and max attributes are given, while min > max]
expected: FAIL
[The default step scale factor is 1, unless min attribute has non-integer value]
expected: FAIL
[Step scale factor behavior when min attribute has integer value but max attribute is non-integer ]
expected: FAIL
[The default scale factor is 1 even if step attribute is explicitly set to non-integer value, unless min attribute has non-integer value]
expected: FAIL
[Solving the step mismatch]
expected: FAIL
[Performing stepUp()]
expected: FAIL
[Performing stepDown()]
expected: FAIL
[Performing stepUp() beyond the value of the max attribute]
expected: FAIL
[Performing stepDown() beyond the value of the min attribute]
expected: FAIL