From b697be8e280c64be4de8850af745882cf05a17cf Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sat, 4 Jun 2016 19:35:10 +0200 Subject: [PATCH] Clean the expectations for /dom/interfaces.html --- tests/wpt/metadata/dom/interfaces.html.ini | 141 +++------------------ 1 file changed, 21 insertions(+), 120 deletions(-) diff --git a/tests/wpt/metadata/dom/interfaces.html.ini b/tests/wpt/metadata/dom/interfaces.html.ini index 7fa6c28a6c7..8b7910b4c0f 100644 --- a/tests/wpt/metadata/dom/interfaces.html.ini +++ b/tests/wpt/metadata/dom/interfaces.html.ini @@ -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 +