Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean the expectations for /dom/interfaces.html #11615

Merged
merged 1 commit into from Jun 5, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -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,133 +66,19 @@
[MutationRecord interface: attribute oldValue]
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)]
[Node interface: attribute isConnected]
expected: FAIL

[DOMTokenList interface: calling supports(DOMString) on document.body.classList with too few arguments must throw TypeError]
[Document interface: attribute origin]
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]
[Node interface: new Document() must inherit property "isConnected" with the proper type (15)]
expected: FAIL

[Node interface: new Document() must inherit property "isConnected" with the proper type (15)]
[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)]
@@ -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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.