mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
Implement HTMLDetailsElement. Fixes #9216
This commit is contained in:
@@ -216,9 +216,6 @@
|
||||
[Document interface: attribute ontimeupdate]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute ontoggle]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onvolumechange]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1776,9 +1773,6 @@
|
||||
[HTMLElement interface: attribute ontimeupdate]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute ontoggle]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onvolumechange]
|
||||
expected: FAIL
|
||||
|
||||
@@ -2010,9 +2004,6 @@
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "ontimeupdate" with the proper type (91)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "ontoggle" with the proper type (92)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onvolumechange" with the proper type (93)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -5526,30 +5517,6 @@
|
||||
[ValidityState interface: document.createElement("input").validity must inherit property "valid" with the proper type (10)]
|
||||
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
|
||||
|
||||
[HTMLMenuElement interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
@@ -8823,9 +8790,6 @@
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "ontimeupdate" with the proper type (153)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "ontoggle" with the proper type (154)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onvolumechange" with the proper type (155)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -9042,9 +9006,6 @@
|
||||
[AutocompleteErrorEvent interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLDetailsElement interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMenuElement interface object name]
|
||||
expected: FAIL
|
||||
|
||||
@@ -9140,4 +9101,3 @@
|
||||
|
||||
[WebSocket interface: new WebSocket("ws://foo") must inherit property "extensions" with the proper type (10)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user