Clean the expectations for /dom/interfaces.html

This commit is contained in:
Anthony Ramine 2016-06-04 19:35:10 +02:00
parent c87aa399ed
commit b697be8e28

View file

@ -6,6 +6,9 @@
[MutationObserver interface object length]
expected: FAIL
[MutationObserver interface object name]
expected: FAIL
[MutationObserver interface: existence and properties of interface prototype object]
expected: FAIL
@ -27,6 +30,9 @@
[MutationRecord interface object length]
expected: FAIL
[MutationRecord interface object name]
expected: FAIL
[MutationRecord interface: existence and properties of interface prototype object]
expected: FAIL
@ -60,135 +66,21 @@
[MutationRecord interface: attribute oldValue]
expected: FAIL
[Node interface: attribute isConnected]
expected: FAIL
[Document interface: attribute origin]
expected: FAIL
[Document interface: operation query(DOMString)]
expected: FAIL
[Document interface: operation queryAll(DOMString)]
expected: FAIL
[Document interface: xmlDoc must inherit property "origin" with the proper type (3)]
expected: FAIL
[Document interface: xmlDoc must inherit property "query" with the proper type (34)]
expected: FAIL
[Document interface: calling query(DOMString) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[Document interface: xmlDoc must inherit property "queryAll" with the proper type (35)]
expected: FAIL
[Document interface: calling queryAll(DOMString) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[DocumentFragment interface: operation query(DOMString)]
expected: FAIL
[DocumentFragment interface: operation queryAll(DOMString)]
expected: FAIL
[DocumentFragment interface: document.createDocumentFragment() must inherit property "query" with the proper type (7)]
expected: FAIL
[DocumentFragment interface: calling query(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError]
expected: FAIL
[DocumentFragment interface: document.createDocumentFragment() must inherit property "queryAll" with the proper type (8)]
expected: FAIL
[DocumentFragment interface: calling queryAll(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError]
expected: FAIL
[Element interface: operation query(DOMString)]
expected: FAIL
[Element interface: operation queryAll(DOMString)]
expected: FAIL
[Element interface: element must inherit property "hasAttributes" with the proper type (7)]
expected: FAIL
[Element interface: element must inherit property "query" with the proper type (34)]
expected: FAIL
[Element interface: calling query(DOMString) on element with too few arguments must throw TypeError]
expected: FAIL
[Element interface: element must inherit property "queryAll" with the proper type (35)]
expected: FAIL
[Element interface: calling queryAll(DOMString) on element with too few arguments must throw TypeError]
expected: FAIL
[DOMSettableTokenList interface: existence and properties of interface prototype object]
expected: FAIL
[DOMSettableTokenList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[DOMSettableTokenList interface: attribute value]
expected: FAIL
[Document interface: xmlDoc must inherit property "query" with the proper type (35)]
expected: FAIL
[Document interface: xmlDoc must inherit property "queryAll" with the proper type (36)]
expected: FAIL
[DOMSettableTokenList interface: existence and properties of interface object]
expected: FAIL
[DOMSettableTokenList interface object length]
expected: FAIL
[MutationObserver interface object name]
expected: FAIL
[MutationRecord interface object name]
expected: FAIL
[DOMSettableTokenList interface object name]
expected: FAIL
[DOMTokenList interface: operation supports(DOMString)]
expected: FAIL
[DOMTokenList interface: document.body.classList must inherit property "supports" with the proper type (7)]
expected: FAIL
[DOMTokenList interface: calling supports(DOMString) on document.body.classList with too few arguments must throw TypeError]
expected: FAIL
[Document interface: new Document() must inherit property "origin" with the proper type (3)]
expected: FAIL
[Document interface: new Document() must inherit property "query" with the proper type (35)]
expected: FAIL
[Document interface: calling query(DOMString) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: new Document() must inherit property "queryAll" with the proper type (36)]
expected: FAIL
[Document interface: calling queryAll(DOMString) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Element interface: element must inherit property "query" with the proper type (36)]
expected: FAIL
[Element interface: element must inherit property "queryAll" with the proper type (37)]
expected: FAIL
[Node interface: attribute isConnected]
expected: FAIL
[Node interface: new Document() must inherit property "isConnected" with the proper type (15)]
expected: FAIL
[Document interface: xmlDoc must inherit property "origin" with the proper type (3)]
expected: FAIL
[Node interface: xmlDoc must inherit property "isConnected" with the proper type (15)]
expected: FAIL
@ -264,3 +156,12 @@
[Node interface: document.createComment("abc") must inherit property "isConnected" with the proper type (15)]
expected: FAIL
[DOMTokenList interface: operation supports(DOMString)]
expected: FAIL
[DOMTokenList interface: document.body.classList must inherit property "supports" with the proper type (7)]
expected: FAIL
[DOMTokenList interface: calling supports(DOMString) on document.body.classList with too few arguments must throw TypeError]
expected: FAIL