mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Update web-platform-tests to revision 66c4613f823c4384c78ada77346eda17bb128947
This commit is contained in:
@@ -33,3 +33,12 @@
|
||||
[[INPUT in COLOR status\] The value attribute cannot convert to a valid sample color]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value attribute is empty]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value attribute is a valid date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value attribute cannot convert to a valid normalized forced-UTC global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
[textfieldselection-setSelectionRange.html]
|
||||
type: testharness
|
||||
|
||||
[textarea typeof(input.setSelectionRange)']
|
||||
expected: FAIL
|
||||
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
[input-textselection-01.html]
|
||||
type: testharness
|
||||
[Selection attributes should apply to type text]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should apply to type search]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should apply to type url]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should apply to type tel]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should apply to type email]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should apply to type password]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type hidden]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type datetime]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type date]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type month]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type week]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type datetime-local]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type number]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type range]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type color]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type checkbox]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type radio]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type button]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type file]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type submit]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type image]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type reset]
|
||||
expected: FAIL
|
||||
|
||||
[Selection attributes should not apply to type email]
|
||||
expected: FAIL
|
||||
|
||||
@@ -0,0 +1,134 @@
|
||||
[selection.html]
|
||||
type: testharness
|
||||
[input type text should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type search should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type url should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type tel should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type email should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type password should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type date should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type month should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type week should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type time should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type datetime-local should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type number should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type color should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type file should support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type hidden should not support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type range should not support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type checkbox should not support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type radio should not support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type submit should not support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type image should not support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type reset should not support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type button should not support the select() method]
|
||||
expected: FAIL
|
||||
|
||||
[input type text should support all selection attributes and methods]
|
||||
expected: FAIL
|
||||
|
||||
[input type search should support all selection attributes and methods]
|
||||
expected: FAIL
|
||||
|
||||
[input type url should support all selection attributes and methods]
|
||||
expected: FAIL
|
||||
|
||||
[input type tel should support all selection attributes and methods]
|
||||
expected: FAIL
|
||||
|
||||
[input type password should support all selection attributes and methods]
|
||||
expected: FAIL
|
||||
|
||||
[input type hidden should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type email should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type date should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type month should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type week should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type time should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type datetime-local should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type number should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type range should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type color should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type checkbox should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type radio should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type file should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type submit should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type image should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type reset should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
[input type button should not support variable-length selections]
|
||||
expected: FAIL
|
||||
|
||||
Reference in New Issue
Block a user