Update web-platform-tests to revision 0159b3ec9ba5355a3340621226e02ae026effd7f

This commit is contained in:
Ms2ger 2015-09-22 16:41:09 +02:00
parent d588ce8d85
commit 43a50e298a
37 changed files with 1341 additions and 62 deletions

View file

@ -267,3 +267,6 @@
[[INPUT in FILE status\] The Files attribute is null]
expected: FAIL
[[INPUT in NUMBER status\] Value is a string that cannot be converted to a number]
expected: FAIL

View file

@ -204,3 +204,48 @@
[[BUTTON in SUBMIT status\] The willValidate attribute must be false if it has a datalist ancestor]
expected: FAIL
[[INPUT in TEXT status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in SEARCH status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in TEL status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in URL status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in EMAIL status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in PASSWORD status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in DATETIME status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in DATE status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in MONTH status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in WEEK status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in TIME status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in COLOR status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in FILE status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[INPUT in SUBMIT status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL
[[BUTTON in SUBMIT status\] The willValidate attribute must be true if an element is mutable]
expected: FAIL