mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add oninput/onchange so tests work
This commit is contained in:
parent
e7ac792ed6
commit
e7b3caa386
15 changed files with 43 additions and 200 deletions
|
@ -6,3 +6,6 @@
|
|||
[\':checked\' should no longer match <input>s whose type checkbox/radio has been removed]
|
||||
expected: FAIL
|
||||
|
||||
[\':checked\' matches clicked checkbox and radio buttons]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -6,3 +6,15 @@
|
|||
[dynamically check a radio input in a radio button group]
|
||||
expected: FAIL
|
||||
|
||||
[click on radio4 which is in the indeterminate state]
|
||||
expected: FAIL
|
||||
|
||||
[adding a value to progress1 should put it in a determinate state]
|
||||
expected: FAIL
|
||||
|
||||
[removing progress2\'s value should put it in an indeterminate state]
|
||||
expected: FAIL
|
||||
|
||||
[\':progress\' also matches <input> checkbox whose indeterminate IDL is set to true]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue