Files
servo/tests/wpt/metadata/html/semantics/forms/the-input-element/time.html.ini
Simon Wörner a999239f28 Added time input sanitization:
- Implemented is_valid_time_string for DOMString.
- Use is_valid_time_string for sanitize_value with time input.
- Improved input type change test
2017-12-04 11:21:28 +01:00

87 lines
1.6 KiB
INI

[time.html]
type: testharness
[stepUp function support on input Element]
expected: FAIL
[stepDown function support on input Element]
expected: FAIL
[stepUp step value empty on default step value ]
expected: FAIL
[stepDown step value empty default step value]
expected: FAIL
[stepUp on step value minus]
expected: FAIL
[stepDown on step value minus]
expected: FAIL
[stepUp on step value zero ]
expected: FAIL
[stepDown on step value zero ]
expected: FAIL
[stepUp on step value 24 hour]
expected: FAIL
[stepDown on step value 24 hour ]
expected: FAIL
[stepUp on step value hour ]
expected: FAIL
[stepDown on step value hour ]
expected: FAIL
[stepUp on step value second ]
expected: FAIL
[stepDown on step value second ]
expected: FAIL
[stepUp on step value miri second ]
expected: FAIL
[stepDown on step value miri second ]
expected: FAIL
[stepUp argment 2 times]
expected: FAIL
[stepDown argment 2 times]
expected: FAIL
[stepUp stop because it exceeds the maximum value]
expected: FAIL
[stepDown Stop so lower than the minimum value]
expected: FAIL
[stop at border on stepUp]
expected: FAIL
[stop at border on stepDown]
expected: FAIL
[ empty value of stepUp]
expected: FAIL
[stepUp on step value with fractional seconds]
expected: FAIL
[stepDown on step value with fractional seconds]
expected: FAIL
[stepUp argument 2 times]
expected: FAIL
[stepDown argument 2 times]
expected: FAIL
[stepDown stop so lower than the minimum value]
expected: FAIL