mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
parent
fb4f421c8b
commit
296fa2512b
21852 changed files with 2080936 additions and 892894 deletions
|
@ -0,0 +1,59 @@
|
|||
[clone.html]
|
||||
type: testharness
|
||||
[Checkbox must retain checked state.]
|
||||
expected: FAIL
|
||||
|
||||
[Checkbox must retain unchecked state.]
|
||||
expected: FAIL
|
||||
|
||||
[Radiobutton must retain checked state.]
|
||||
expected: FAIL
|
||||
|
||||
[Radiobutton must retain unchecked state.]
|
||||
expected: FAIL
|
||||
|
||||
[Hidden field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Text field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Search field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Phone number field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[URL field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Email field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Password field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Date field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Month field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Week field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Time field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Datetime (local) field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Number field must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Range control must retain changed value.]
|
||||
expected: FAIL
|
||||
|
||||
[Color picker must retain changed value.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +1,5 @@
|
|||
[date.html]
|
||||
type: testharness
|
||||
[The value attribute, if specified and not empty, must have a value that is a valid date string.]
|
||||
expected: FAIL
|
||||
|
||||
[The min attribute, if specified, must have a value that is a valid date string.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -30,3 +30,9 @@
|
|||
[[week\] stepDown method support on input 'week' element]
|
||||
expected: FAIL
|
||||
|
||||
[[datetime-local\] stepUp method support on input 'datetime-local' element]
|
||||
expected: FAIL
|
||||
|
||||
[[datetime-local\] stepDown method support on input 'datetime-local' element]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -18,9 +18,6 @@
|
|||
[value = NaN]
|
||||
expected: FAIL
|
||||
|
||||
[value = 2^53+1]
|
||||
expected: FAIL
|
||||
|
||||
[value >= Number.MAX_VALUE]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
[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
|
||||
|
||||
|
@ -18,12 +12,6 @@
|
|||
[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
|
||||
|
||||
|
|
|
@ -21,9 +21,3 @@
|
|||
[Invalid value: second > 59. Value should be empty]
|
||||
expected: FAIL
|
||||
|
||||
[Value < min attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Value > max attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -72,3 +72,18 @@
|
|||
[set value on not time format value]
|
||||
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
|
||||
|
||||
|
|
|
@ -18,9 +18,3 @@
|
|||
[Invalid value: yearless week and no '-' (U+002D)]
|
||||
expected: FAIL
|
||||
|
||||
[Value < min attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Value > max attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue