mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 591737 - Mark tests in web-platform-test pass. r=Ms2ger
Now we have <details> and <summary> tags implemented. Remove those lines marked as "expected: FAIL" to let the tests pass.
This commit is contained in:
parent
9cd8ad212e
commit
c8ac5a1493
@ -703,12 +703,6 @@
|
||||
[Stringification of document.createElement("bdi")]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement must be primary interface of document.createElement("summary")]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of document.createElement("summary")]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLUnknownElement must be primary interface of document.createElement("rb")]
|
||||
expected: FAIL
|
||||
|
||||
@ -1597,30 +1591,6 @@
|
||||
[ValidityState interface: document.createElement("input").validity must inherit property "tooShort" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLDetailsElement interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLDetailsElement interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLDetailsElement interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLDetailsElement interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLDetailsElement interface: attribute open]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLDetailsElement must be primary interface of document.createElement("details")]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of document.createElement("details")]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLDetailsElement interface: document.createElement("details") must inherit property "open" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMenuItemElement interface: attribute default]
|
||||
expected: FAIL
|
||||
|
||||
@ -2794,9 +2764,6 @@
|
||||
[AutocompleteErrorEvent interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLDetailsElement interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[RelatedEvent interface object name]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -87,114 +87,6 @@
|
||||
[details.tabIndex: IDL set to -2147483648 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to " foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: setAttribute() to "open" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to "" followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to " foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to undefined followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to null followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to false followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to NaN followed by hasAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[details.open: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[summary.tabIndex: setAttribute() to -2147483648 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,11 +1,2 @@
|
||||
[details.html]
|
||||
type: testharness
|
||||
[HTMLDetailsElement should be exposed for prototyping]
|
||||
expected: FAIL
|
||||
|
||||
[a dynamically created details element should be instanceof HTMLDetailsElement]
|
||||
expected: FAIL
|
||||
|
||||
[a details element from the parser should be instanceof HTMLDetailsElement]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -18,9 +18,6 @@
|
||||
[Interfaces for th]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for details]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for command]
|
||||
expected: FAIL
|
||||
|
||||
@ -30,9 +27,6 @@
|
||||
[Interfaces for dialog]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for summary]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for BASEFONT]
|
||||
expected: FAIL
|
||||
|
||||
@ -51,9 +45,6 @@
|
||||
[Interfaces for TH]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for DETAILS]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for COMMAND]
|
||||
expected: FAIL
|
||||
|
||||
@ -62,7 +53,3 @@
|
||||
|
||||
[Interfaces for DIALOG]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for SUMMARY]
|
||||
expected: FAIL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user