From 2fa84e9229d7065469025b6cd45d899c7420f4df Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Thu, 1 Sep 2016 21:40:53 +0200 Subject: [PATCH] Backed out changeset eb17677e8167 (bug 1299838) for invalid wpt log messages. r=backout --- testing/web-platform/meta/dom/historical.html.ini | 4 ---- testing/web-platform/meta/dom/interfaces.html.ini | 5 ----- .../dom/nodes/DOMImplementation-createDocument.html.ini | 5 ----- .../meta/dom/nodes/Element-classlist.html.ini | 8 -------- 4 files changed, 22 deletions(-) diff --git a/testing/web-platform/meta/dom/historical.html.ini b/testing/web-platform/meta/dom/historical.html.ini index 9b8ac0d06831..967ddbaed05a 100644 --- a/testing/web-platform/meta/dom/historical.html.ini +++ b/testing/web-platform/meta/dom/historical.html.ini @@ -2,17 +2,13 @@ type: testharness [Historical DOM features must be removed: CDATASection] expected: FAIL - bug: 660660 [Historical DOM features must be removed: DOMError] expected: FAIL - bug: 1120178 [Historical DOM features must be removed: createCDATASection] expected: FAIL - bug: 660660 [Node member must be nuked: rootNode] expected: FAIL - bug: 1269155 diff --git a/testing/web-platform/meta/dom/interfaces.html.ini b/testing/web-platform/meta/dom/interfaces.html.ini index 19370b1d9aa0..389cedba3a1d 100644 --- a/testing/web-platform/meta/dom/interfaces.html.ini +++ b/testing/web-platform/meta/dom/interfaces.html.ini @@ -3,11 +3,9 @@ prefs: [dom.node.rootNode.enabled:true] [MutationObserver interface: operation observe(Node,MutationObserverInit)] expected: FAIL - bug: https://github.com/whatwg/dom/issues/316 [Document interface: attribute origin] expected: FAIL - bug: 931884 [Document interface: operation query(DOMString)] expected: FAIL @@ -17,7 +15,6 @@ [Document interface: xmlDoc must inherit property "origin" with the proper type (3)] expected: FAIL - bug: 931884 [Document interface: xmlDoc must inherit property "query" with the proper type (34)] expected: FAIL @@ -81,7 +78,6 @@ [NodeFilter interface: existence and properties of interface object] expected: FAIL - bug: https://github.com/heycam/webidl/issues/96 [Document interface: xmlDoc must inherit property "query" with the proper type (35)] expected: FAIL @@ -97,7 +93,6 @@ [Document interface: new Document() must inherit property "origin" with the proper type (3)] expected: FAIL - bug: 931884 [Document interface: new Document() must inherit property "query" with the proper type (35)] expected: FAIL diff --git a/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini b/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini index 6b111bf0fb2a..abf7e5723be2 100644 --- a/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini +++ b/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini @@ -2,21 +2,16 @@ type: testharness [createDocument test 6: null,"̀foo",null,"INVALID_CHARACTER_ERR"] expected: FAIL - bug: 1298818 [createDocument test 172: metadata for null,null,DocumentType node] expected: FAIL - bug: 520969 [createDocument test 172: null,null,DocumentType node,null] expected: FAIL - bug: 520969 [createDocument test 185: null,"",DocumentType node] expected: FAIL - bug: 520969 [createDocument test 186: null,"",DocumentType node] expected: FAIL - bug: 520969 diff --git a/testing/web-platform/meta/dom/nodes/Element-classlist.html.ini b/testing/web-platform/meta/dom/nodes/Element-classlist.html.ini index cb55e11aea1a..6b76395ac5f9 100644 --- a/testing/web-platform/meta/dom/nodes/Element-classlist.html.ini +++ b/testing/web-platform/meta/dom/nodes/Element-classlist.html.ini @@ -2,21 +2,15 @@ type: testharness [classList must be correct for an element that has classes] expected: FAIL - bug: https://github.com/whatwg/dom/issues/105 - bug: 869788 [empty classList should return the empty string since the ordered set parser skip the whitespaces] expected: FAIL [classList.remove must collapse whitespaces around each token and remove duplicates] expected: FAIL - bug: https://github.com/whatwg/dom/issues/105 - bug: 869788 [classList.add must collapse whitespaces and remove duplicates when adding a token that already exists] expected: FAIL - bug: https://github.com/whatwg/dom/issues/105 - bug: 869788 [classList.add should treat \\t as a space] expected: FAIL @@ -32,5 +26,3 @@ [classList.replace must collapse whitespaces around each token and remove duplicates] expected: FAIL - bug: https://github.com/whatwg/dom/issues/105 - bug: 869788