mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0
This commit is contained in:
parent
d00639c55f
commit
3b4f0ec0bb
541 changed files with 14609 additions and 3288 deletions
|
@ -6,6 +6,3 @@
|
|||
[canceled activation steps on unchecked checkbox (indeterminate=true in onclick)]
|
||||
expected: FAIL
|
||||
|
||||
[click on mutable checkbox fires a click event, then an input event, then a change event]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[cloning-steps.html]
|
||||
type: testharness
|
||||
[input element's value should be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[input element's dirty value flag should be cloned, so setAttribute doesn't affect the cloned input's value]
|
||||
expected: FAIL
|
||||
|
||||
[input element's checkedness should be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[input element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness]
|
||||
expected: FAIL
|
||||
|
|
@ -1,47 +0,0 @@
|
|||
[datetime-2.html]
|
||||
type: testharness
|
||||
[datetime input value set to 2014-01-01 11:11Z without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-01 11:11-04:00 without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-01 11:11-0400 without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-01 11:11:00.000-04:00 without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-01 11:11:00.000Z without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-01 11:11:00.000 without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-01 11:11:00.000+ without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-01 11:11:00.000+24 without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-01 11:11:00.000+2360 without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-0 11:11:00.000+0400 without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[datetime input value set to 2014-01-01 11:1:00.000+0400 without min/max]
|
||||
expected: FAIL
|
||||
|
||||
[Value >= min attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Value < min attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Value <= max attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Value > max attribute]
|
||||
expected: FAIL
|
||||
|
|
@ -840,3 +840,102 @@
|
|||
[change state from button to color]
|
||||
expected: FAIL
|
||||
|
||||
[change state from hidden to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from text to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from search to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from tel to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from url to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from email to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from password to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to text]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to search]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to tel]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to url]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to email]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to password]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to date]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to month]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to week]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to time]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to number]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to range]
|
||||
expected: FAIL
|
||||
|
||||
[change state from datetime-local to color]
|
||||
expected: FAIL
|
||||
|
||||
[change state from date to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from month to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from week to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from time to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from number to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from color to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from checkbox to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from radio to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from submit to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from image to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from reset to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[change state from button to datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -90,3 +90,9 @@
|
|||
[value IDL attribute of input type button with value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type datetime-local without value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type datetime-local with value attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue