Add oninput/onchange so tests work

This commit is contained in:
Manish Goregaokar 2014-11-26 22:29:41 +05:30
parent e7ac792ed6
commit e7b3caa386
15 changed files with 43 additions and 200 deletions

View file

@ -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

View file

@ -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