Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0

This commit is contained in:
Ms2ger 2016-09-26 10:52:50 +02:00
parent d00639c55f
commit 3b4f0ec0bb
541 changed files with 14609 additions and 3288 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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