mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
parent
c9ba16f9fb
commit
0148e9705b
9 changed files with 53 additions and 232 deletions
|
@ -1,71 +1,5 @@
|
|||
[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
|
||||
|
||||
|
@ -132,27 +66,3 @@
|
|||
[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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue