diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/dom/interfaces.html.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/dom/interfaces.html.ini')
-rw-r--r-- | testing/web-platform/meta/dom/interfaces.html.ini | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/interfaces.html.ini b/testing/web-platform/meta/dom/interfaces.html.ini new file mode 100644 index 000000000..2a0c6da04 --- /dev/null +++ b/testing/web-platform/meta/dom/interfaces.html.ini @@ -0,0 +1,107 @@ +[interfaces.html] + type: testharness + prefs: [dom.node.rootNode.enabled:true] + + [Document interface: attribute origin] + expected: FAIL + bug: 931884 + + [Document interface: xmlDoc must inherit property "origin" with the proper type (3)] + expected: FAIL + bug: 931884 + + [NodeFilter interface: existence and properties of interface object] + expected: FAIL + bug: https://github.com/heycam/webidl/issues/96 + + [Document interface: new Document() must inherit property "origin" with the proper type (3)] + expected: FAIL + bug: 931884 + + [ShadowRoot interface: attribute mode] + expected: FAIL + + [Element interface: attribute slot] + expected: FAIL + + [Element interface: operation attachShadow(ShadowRootInit)] + expected: FAIL + + [Element interface: attribute assignedSlot] + expected: FAIL + + [Element interface: element must inherit property "slot" with the proper type (7)] + expected: FAIL + + [Element interface: element must inherit property "attachShadow" with the proper type (24)] + expected: FAIL + + [Element interface: calling attachShadow(ShadowRootInit) on element with too few arguments must throw TypeError] + expected: FAIL + + [Element interface: element must inherit property "assignedSlot" with the proper type (48)] + expected: FAIL + + [Text interface: attribute assignedSlot] + expected: FAIL + + [Text interface: document.createTextNode("abc") must inherit property "assignedSlot" with the proper type (2)] + expected: FAIL + + [Node interface: operation getRootNode(GetRootNodeOptions)] + expected: FAIL + + [Node interface: new Document() must inherit property "getRootNode" with the proper type (17)] + expected: FAIL + + [Node interface: calling getRootNode(GetRootNodeOptions) on new Document() with too few arguments must throw TypeError] + expected: FAIL + + [Node interface: xmlDoc must inherit property "getRootNode" with the proper type (17)] + expected: FAIL + + [Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc with too few arguments must throw TypeError] + expected: FAIL + + [Node interface: document.doctype must inherit property "getRootNode" with the proper type (17)] + expected: FAIL + + [Node interface: calling getRootNode(GetRootNodeOptions) on document.doctype with too few arguments must throw TypeError] + expected: FAIL + + [Node interface: document.createDocumentFragment() must inherit property "getRootNode" with the proper type (17)] + expected: FAIL + + [Node interface: calling getRootNode(GetRootNodeOptions) on document.createDocumentFragment() with too few arguments must throw TypeError] + expected: FAIL + + [Node interface: element must inherit property "getRootNode" with the proper type (17)] + expected: FAIL + + [Node interface: calling getRootNode(GetRootNodeOptions) on element with too few arguments must throw TypeError] + expected: FAIL + + [Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "getRootNode" with the proper type (17)] + expected: FAIL + + [Node interface: calling getRootNode(GetRootNodeOptions) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError] + expected: FAIL + + [Node interface: document.createTextNode("abc") must inherit property "getRootNode" with the proper type (17)] + expected: FAIL + + [Node interface: calling getRootNode(GetRootNodeOptions) on document.createTextNode("abc") with too few arguments must throw TypeError] + expected: FAIL + + [Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "getRootNode" with the proper type (17)] + expected: FAIL + + [Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError] + expected: FAIL + + [Node interface: document.createComment("abc") must inherit property "getRootNode" with the proper type (17)] + expected: FAIL + + [Node interface: calling getRootNode(GetRootNodeOptions) on document.createComment("abc") with too few arguments must throw TypeError] + expected: FAIL + |