Implement HTMLDetailsElement. Fixes #9216

This commit is contained in:
Lanza
2016-01-11 12:46:39 +01:00
parent 6663f28f0d
commit cfc3500dbf
13 changed files with 126 additions and 189 deletions

View File

@@ -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