mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
69 lines
1.8 KiB
INI
69 lines
1.8 KiB
INI
[range.html]
|
|
type: testharness
|
|
[range type support on input element]
|
|
expected: FAIL
|
|
|
|
[min attribute support on input element]
|
|
expected: FAIL
|
|
|
|
[max attribute support on input element]
|
|
expected: FAIL
|
|
|
|
[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
|
|
|