mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Updated WPT to expect newly passing tests
This commit is contained in:
parent
0c8e1aeda3
commit
2d05ac537c
2 changed files with 47 additions and 275 deletions
|
@ -4663,7 +4663,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: operation reset()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[HTMLFormElement interface: operation checkValidity()]
|
||||
expected: FAIL
|
||||
|
@ -4681,7 +4681,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "reset" with the proper type (14)]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "checkValidity" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
@ -4728,9 +4728,6 @@
|
|||
[HTMLInputElement interface: attribute autofocus]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute defaultChecked]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute dirName]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4783,7 +4780,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute defaultValue]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[HTMLInputElement interface: attribute valueAsDate]
|
||||
expected: FAIL
|
||||
|
@ -4866,9 +4863,6 @@
|
|||
[HTMLInputElement interface: document.createElement("input") must inherit property "autofocus" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultChecked" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "dirName" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4921,7 +4915,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultValue" with the proper type (33)]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "valueAsDate" with the proper type (35)]
|
||||
expected: FAIL
|
||||
|
@ -5319,9 +5313,6 @@
|
|||
[HTMLTextAreaElement interface: attribute minLength]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTextAreaElement interface: attribute readOnly]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTextAreaElement interface: attribute textLength]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5388,9 +5379,6 @@
|
|||
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "minLength" with the proper type (8)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "readOnly" with the proper type (11)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "textLength" with the proper type (18)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -4170,114 +4170,6 @@
|
|||
[input.autofocus: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to " foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): setAttribute() to "checked" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to "" followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to " foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to undefined followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to null followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to false followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to NaN followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.defaultChecked (<input checked>): IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[input.dirName: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6370,133 +6262,133 @@
|
|||
expected: FAIL
|
||||
|
||||
[input.defaultValue (<input value>): typeof IDL attribute]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to "" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to undefined followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to 7 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to 1.5 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to true followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to true followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to false followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to false followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to object "[object Object\]" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to NaN followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to -Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to "\\0" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to null followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to object "test-toString" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.defaultValue (<input value>): IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[input.align: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
@ -14244,114 +14136,6 @@
|
|||
[textarea.maxLength: IDL set to 2147483647 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to " foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: setAttribute() to "readOnly" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to "" followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to " foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to undefined followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to null followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to false followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to NaN followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.readOnly: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.rows: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue