Update web-platform-tests to revision 7a767a52741f628430ffbbed46e7f3df68ba3534

Fixes #15648.
This commit is contained in:
Ms2ger 2017-02-20 11:44:42 +01:00
parent a1e4c547f0
commit 4fadf9b0b6
1184 changed files with 22551 additions and 9856 deletions

View file

@ -132,3 +132,27 @@
[input type button should not support variable-length selections]
expected: FAIL
[input type hidden should do nothing when the select() method is called (but, not throw)]
expected: FAIL
[input type range should do nothing when the select() method is called (but, not throw)]
expected: FAIL
[input type checkbox should do nothing when the select() method is called (but, not throw)]
expected: FAIL
[input type radio should do nothing when the select() method is called (but, not throw)]
expected: FAIL
[input type submit should do nothing when the select() method is called (but, not throw)]
expected: FAIL
[input type image should do nothing when the select() method is called (but, not throw)]
expected: FAIL
[input type reset should do nothing when the select() method is called (but, not throw)]
expected: FAIL
[input type button should do nothing when the select() method is called (but, not throw)]
expected: FAIL

View file

@ -1,11 +1,5 @@
[valueMode.html]
type: testharness
[value IDL attribute of input type hidden without value attribute]
expected: FAIL
[value IDL attribute of input type hidden with value attribute]
expected: FAIL
[value IDL attribute of input type datetime without value attribute]
expected: FAIL
@ -54,42 +48,6 @@
[value IDL attribute of input type color with value attribute]
expected: FAIL
[value IDL attribute of input type checkbox without value attribute]
expected: FAIL
[value IDL attribute of input type checkbox with value attribute]
expected: FAIL
[value IDL attribute of input type radio without value attribute]
expected: FAIL
[value IDL attribute of input type radio with value attribute]
expected: FAIL
[value IDL attribute of input type submit without value attribute]
expected: FAIL
[value IDL attribute of input type submit with value attribute]
expected: FAIL
[value IDL attribute of input type image without value attribute]
expected: FAIL
[value IDL attribute of input type image with value attribute]
expected: FAIL
[value IDL attribute of input type reset without value attribute]
expected: FAIL
[value IDL attribute of input type reset with value attribute]
expected: FAIL
[value IDL attribute of input type button without value attribute]
expected: FAIL
[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