mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
Add oninput/onchange so tests work
This commit is contained in:
@@ -5925,114 +5925,6 @@
|
||||
[input.placeholder: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to " foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: setAttribute() to "readOnly" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to "" followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to " foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to undefined followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to null followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to false followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to NaN followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.readOnly: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.required: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user