mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
script: implement autofocus IDL reflection (#32170)
* script: implement autofocus IDL reflection * test: update wpt results files
This commit is contained in:
parent
6ca3bb440e
commit
3014e201ab
27 changed files with 45 additions and 24193 deletions
|
@ -1,118 +1,4 @@
|
|||
[reflection-forms-weekmonth.html]
|
||||
[input.autofocus: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to ""]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to " foo "]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to null]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to 7]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to true]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to false]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to NaN]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to "\\0"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to object "test-toString"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to "autofocus"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to ""]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to " foo "]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to null]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to 7]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to false]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to NaN]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to "\\0"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to object "test-toString"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[input.accessKey: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue