mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -1,17 +1,5 @@
|
|||
[button.html]
|
||||
type: testharness
|
||||
[clicking on button should not submit a form]
|
||||
expected: FAIL
|
||||
|
||||
[the element is barred from constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[clicking on button should not reset other form fields]
|
||||
expected: FAIL
|
||||
|
||||
[clicking on button should not unchecked radio buttons]
|
||||
expected: FAIL
|
||||
|
||||
[clicking on button should not change its indeterminate IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,17 +1,5 @@
|
|||
[checkbox.html]
|
||||
type: testharness
|
||||
[click on mutable checkbox fires the input and change events]
|
||||
expected: FAIL
|
||||
|
||||
[click on non-mutable checkbox doesn\'t fire the input or change event]
|
||||
expected: FAIL
|
||||
|
||||
[pre-activation steps on unchecked checkbox]
|
||||
expected: FAIL
|
||||
|
||||
[pre-activation steps on checked checkbox]
|
||||
expected: FAIL
|
||||
|
||||
[canceled activation steps on unchecked checkbox]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
[input-type-button.html]
|
||||
type: testharness
|
||||
[default behavior]
|
||||
expected: FAIL
|
||||
|
||||
[label value]
|
||||
expected: FAIL
|
||||
|
||||
[mutable element\'s activation behavior is to do nothing.]
|
||||
expected: FAIL
|
||||
|
||||
[immutable element has no activation behavior.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[input-type-checkbox.html]
|
||||
type: testharness
|
||||
[a checkbox has an indeterminate state set to false onload]
|
||||
expected: FAIL
|
||||
|
||||
[default/on: on getting, if the element has a value attribute, it must return that attribute\'s value; otherwise, it must return the string \'on\']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
[radio.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[canceled activation steps on unchecked radio]
|
||||
expected: FAIL
|
||||
|
||||
[radio inputs with name attributes gro\xc3\xbcp2 and gro\xc3\x9cp2 belong to the same radio button group]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue