mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #11615 - nox:interfaces, r=Manishearth
Clean the expectations for /dom/interfaces.html <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11615) <!-- Reviewable:end -->
This commit is contained in:
commit
85e462d5aa
1 changed files with 21 additions and 120 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue