diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-02-03 10:53:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-03 10:53:46 -0800 |
commit | fa60ce62b8770c4658518e4fe66dbb529b9ffd5f (patch) | |
tree | 7f33d4b807c169199bd752cd9d302eb876604f5e /tests | |
parent | 7753448cfc760a90eb184d0bfe83730fd2853f4b (diff) | |
parent | ac254046e448e4edde86f2d68f27330fbd9ec1e6 (diff) | |
download | servo-fa60ce62b8770c4658518e4fe66dbb529b9ffd5f.tar.gz servo-fa60ce62b8770c4658518e4fe66dbb529b9ffd5f.zip |
Auto merge of #15303 - nox:open-your-heart-to-eternal-dimension, r=jdm
Implement document.open and document.close
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15303)
<!-- Reviewable:end -->
Diffstat (limited to 'tests')
44 files changed, 70 insertions, 199 deletions
diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/closing-the-input-stream/__dir__.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/closing-the-input-stream/__dir__.ini deleted file mode 100644 index 163ca23a12f..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/closing-the-input-stream/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -disabled: for now diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/047.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/047.html.ini deleted file mode 100644 index aaea77fd62a..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/047.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[047.html] - type: testharness - [document.write] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/048.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/048.html.ini deleted file mode 100644 index 9eecfd65400..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/048.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[048.html] - type: testharness - [document.write] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/049.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/049.html.ini deleted file mode 100644 index 3e8828bbee7..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/049.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[049.html] - type: testharness - [document.write plaintext] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/050.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/050.html.ini deleted file mode 100644 index 49f2e23bbe4..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/050.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[050.html] - type: testharness - [document.write plaintext] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/document.write-02.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/document.write-02.html.ini deleted file mode 100644 index 2060c25a09a..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/document.write-02.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[document.write-02.html] - type: testharness - [document.write(null)] - expected: FAIL - - [document.write(undefined)] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_001.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_001.html.ini deleted file mode 100644 index 52b81f67d7c..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_001.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_001.html] - type: testharness - [document.write into iframe] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_002.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_002.html.ini deleted file mode 100644 index 2ff277a9e17..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_002.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_002.html] - type: testharness - [document.write into iframe] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_003.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_003.html.ini deleted file mode 100644 index eb6199a85ed..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_003.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_003.html] - type: testharness - [document.write script into iframe] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_004.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_004.html.ini deleted file mode 100644 index 8a0ba8992a8..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_004.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_004.html] - type: testharness - [document.write script into iframe write back into parent] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_005.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_005.html.ini deleted file mode 100644 index c921b37f80a..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_005.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_005.html] - type: testharness - [document.write external script into iframe write back into parent] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_006.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_006.html.ini deleted file mode 100644 index 3f4286f9d70..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_006.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_006.html] - type: testharness - [document.write external script into iframe write back into parent] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_007.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_007.html.ini deleted file mode 100644 index 7fcb001e740..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_007.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_007.html] - type: testharness - [document.write comment into iframe] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_008.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_008.html.ini deleted file mode 100644 index dd4c78c967b..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_008.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_008.html] - type: testharness - [document.write plaintext into iframe] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_009.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_009.html.ini deleted file mode 100644 index 43ea13ee2b5..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_009.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_009.html] - type: testharness - [document.write plaintext into iframe] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_010.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_010.html.ini deleted file mode 100644 index c9450c9c996..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/iframe_010.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[iframe_010.html] - type: testharness - [document.write plaintext] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/write-active-document.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/write-active-document.html.ini deleted file mode 100644 index 09620a4a26b..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-write/write-active-document.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[write-active-document.html] - type: testharness - [document.write only writes to active documents] - expected: FAIL diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-02.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-02.html.ini deleted file mode 100644 index ad4e48307f0..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-02.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[document.writeln-02.html] - type: testharness - [document.writeln(null)] - expected: FAIL - - [document.writeln(undefined)] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-03.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-03.html.ini deleted file mode 100644 index 4f4f59f240f..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-03.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[document.writeln-03.html] - type: testharness - [Calling document.writeln with multiple arguments] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html.ini new file mode 100644 index 00000000000..ed58748d169 --- /dev/null +++ b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html.ini @@ -0,0 +1,6 @@ +[001.html] + type: testharness + [Replacement of window object after document.open] + expected: FAIL + bug: https://github.com/whatwg/html/issues/1698 + diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html.ini new file mode 100644 index 00000000000..3a1820ca90d --- /dev/null +++ b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html.ini @@ -0,0 +1,5 @@ +[005.html] + type: testharness + [Cancelling timeout after document.open] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html.ini new file mode 100644 index 00000000000..6afc3d97df7 --- /dev/null +++ b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html.ini @@ -0,0 +1,6 @@ +[008.html] + type: testharness + [Replacement of document prototype object after document.open] + expected: FAIL + bug: https://github.com/whatwg/html/issues/1698 + diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.html.ini new file mode 100644 index 00000000000..69e07d91198 --- /dev/null +++ b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.html.ini @@ -0,0 +1,18 @@ +[009.html] + type: testharness + expected: ERROR + [document.open replacing singleton window] + expected: NOTRUN + + [document.open replacing singleton location] + expected: NOTRUN + + [document.open replacing singleton history] + expected: NOTRUN + + [document.open replacing singleton navigator] + expected: NOTRUN + + [document.open replacing singleton applicationCache] + expected: NOTRUN + diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html.ini new file mode 100644 index 00000000000..5c0676447c8 --- /dev/null +++ b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html.ini @@ -0,0 +1,5 @@ +[010.html] + type: testharness + [Salvagability of document.opened document] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html.ini new file mode 100644 index 00000000000..31caad97d35 --- /dev/null +++ b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html.ini @@ -0,0 +1,6 @@ +[015.html] + type: testharness + [global scope unchanged] + expected: FAIL + bug: https://github.com/whatwg/html/issues/1698 + diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html.ini new file mode 100644 index 00000000000..8aa68bbbc4b --- /dev/null +++ b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html.ini @@ -0,0 +1,9 @@ +[016.html] + type: testharness + bug: https://github.com/whatwg/html/issues/1698 + [Timeout on original window, scope] + expected: FAIL + + [Timeout on new window, scope] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/__dir__.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/__dir__.ini deleted file mode 100644 index 163ca23a12f..00000000000 --- a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -disabled: for now diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html.ini new file mode 100644 index 00000000000..6adbfd3df02 --- /dev/null +++ b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html.ini @@ -0,0 +1,8 @@ +[document.open-02.html] + type: testharness + [document.open should redirect to window.open when called with three arguments] + expected: FAIL + + [document.open should throw when it has no window and is called with three arguments] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html.ini b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html.ini new file mode 100644 index 00000000000..b9aa7e44b05 --- /dev/null +++ b/tests/wpt/metadata/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html.ini @@ -0,0 +1,6 @@ +[document.open-03.html] + type: testharness + [document.open and singleton replacement] + expected: FAIL + bug: https://github.com/whatwg/html/issues/1698 + diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini index 61cfa61cef7..15a00959433 100644 --- a/tests/wpt/metadata/html/dom/interfaces.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.html.ini @@ -12,15 +12,9 @@ [Document interface: attribute cssElementMap] expected: FAIL - [Document interface: operation open(DOMString,DOMString)] - expected: FAIL - [Document interface: operation open(DOMString,DOMString,DOMString,boolean)] expected: FAIL - [Document interface: operation close()] - expected: FAIL - [Document interface: attribute designMode] expected: FAIL @@ -216,21 +210,9 @@ [Document interface: iframe.contentDocument must inherit property "cssElementMap" with the proper type (52)] expected: FAIL - [Document interface: iframe.contentDocument must inherit property "open" with the proper type (54)] - expected: FAIL - - [Document interface: calling open(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError] - expected: FAIL - - [Document interface: iframe.contentDocument must inherit property "open" with the proper type (55)] - expected: FAIL - [Document interface: calling open(DOMString,DOMString,DOMString,boolean) on iframe.contentDocument with too few arguments must throw TypeError] expected: FAIL - [Document interface: iframe.contentDocument must inherit property "close" with the proper type (56)] - expected: FAIL - [Document interface: iframe.contentDocument must inherit property "designMode" with the proper type (62)] expected: FAIL @@ -591,21 +573,9 @@ [Document interface: document.implementation.createDocument(null, "", null) must inherit property "cssElementMap" with the proper type (52)] expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "open" with the proper type (54)] - expected: FAIL - - [Document interface: calling open(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError] - expected: FAIL - - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "open" with the proper type (55)] - expected: FAIL - [Document interface: calling open(DOMString,DOMString,DOMString,boolean) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError] expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "close" with the proper type (56)] - expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "designMode" with the proper type (62)] expected: FAIL @@ -6096,12 +6066,6 @@ [Document interface: new Document() must inherit property "cssElementMap" with the proper type (53)] expected: FAIL - [Document interface: new Document() must inherit property "open" with the proper type (55)] - expected: FAIL - - [Document interface: calling open(DOMString,DOMString) on new Document() with too few arguments must throw TypeError] - expected: FAIL - [Document interface: new Document() must inherit property "open" with the proper type (56)] expected: FAIL @@ -8151,12 +8115,6 @@ [Document interface: new Document() must inherit property "cssElementMap" with the proper type (52)] expected: FAIL - [Document interface: new Document() must inherit property "open" with the proper type (54)] - expected: FAIL - - [Document interface: new Document() must inherit property "close" with the proper type (56)] - expected: FAIL - [Document interface: new Document() must inherit property "designMode" with the proper type (62)] expected: FAIL @@ -8334,9 +8292,6 @@ [Event interface: calling initEvent(DOMString,boolean,boolean) on new TrackEvent("addtrack", {track:document.createElement("track").track}) with too few arguments must throw TypeError] expected: FAIL - [Document interface: operation open(USVString,DOMString,DOMString)] - expected: FAIL - [Document interface: iframe.contentDocument must inherit property "createCDATASection" with the proper type (18)] expected: FAIL @@ -8361,9 +8316,6 @@ [Document interface: iframe.contentDocument must inherit property "dir" with the proper type (43)] expected: FAIL - [Document interface: calling open(USVString,DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError] - expected: FAIL - [Document interface: iframe.contentDocument must inherit property "linkColor" with the proper type (71)] expected: FAIL @@ -8403,9 +8355,6 @@ [Document interface: new Document() must inherit property "dir" with the proper type (43)] expected: FAIL - [Document interface: calling open(USVString,DOMString,DOMString) on new Document() with too few arguments must throw TypeError] - expected: FAIL - [Document interface: new Document() must inherit property "linkColor" with the proper type (71)] expected: FAIL @@ -8445,9 +8394,6 @@ [Document interface: document.implementation.createDocument(null, "", null) must inherit property "dir" with the proper type (43)] expected: FAIL - [Document interface: calling open(USVString,DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError] - expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "linkColor" with the proper type (71)] expected: FAIL diff --git a/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html.ini deleted file mode 100644 index 8a741a2d5fd..00000000000 --- a/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[move_iframe_in_dom_02.html] - type: testharness - expected: ERROR diff --git a/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html.ini deleted file mode 100644 index 8c607ee10fb..00000000000 --- a/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[move_iframe_in_dom_04.html] - type: testharness - expected: ERROR diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini index 0579394435a..39c3a3d651b 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini @@ -1,6 +1,3 @@ [script-onerror-insertion-point-2.html] type: testharness expected: TIMEOUT - [Test that the insertion point is not defined in the error event of a\n parser-inserted script that has an unparseable URL] - expected: NOTRUN - diff --git a/tests/wpt/metadata/html/syntax/parsing/template/creating-an-element-for-the-token/template-owner-document.html.ini b/tests/wpt/metadata/html/syntax/parsing/template/creating-an-element-for-the-token/template-owner-document.html.ini index 2857af13c0b..57afa31e095 100644 --- a/tests/wpt/metadata/html/syntax/parsing/template/creating-an-element-for-the-token/template-owner-document.html.ini +++ b/tests/wpt/metadata/html/syntax/parsing/template/creating-an-element-for-the-token/template-owner-document.html.ini @@ -1,6 +1,5 @@ [template-owner-document.html] type: testharness - [Test ownerDocument property of two elements in a template. Load HTML document from a file, current DOCUMENT has browsing context] expected: FAIL @@ -9,3 +8,4 @@ [Test ownerDocument property of the element in a nested template. Load HTML document from a file, current DOCUMENT has browsing context] expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_document_open.html.ini b/tests/wpt/metadata/navigation-timing/test_document_open.html.ini deleted file mode 100644 index 81027037b49..00000000000 --- a/tests/wpt/metadata/navigation-timing/test_document_open.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[test_document_open.html] - type: testharness - expected: ERROR diff --git a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/070.html.ini b/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/070.html.ini deleted file mode 100644 index a92c4cea048..00000000000 --- a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/070.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[070.html] - type: testharness - expected: ERROR diff --git a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/071.html.ini b/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/071.html.ini deleted file mode 100644 index 119c30eda82..00000000000 --- a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/071.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[071.html] - type: testharness - expected: ERROR diff --git a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/072.html.ini b/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/072.html.ini deleted file mode 100644 index abaaec0fe59..00000000000 --- a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/072.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[072.html] - type: testharness - expected: ERROR diff --git a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/073.html.ini b/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/073.html.ini deleted file mode 100644 index 6b366aa1ebb..00000000000 --- a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/073.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[073.html] - type: testharness - expected: ERROR diff --git a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/074.html.ini b/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/074.html.ini deleted file mode 100644 index 4aab3101a19..00000000000 --- a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/074.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[074.html] - type: testharness - expected: ERROR diff --git a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/075.html.ini b/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/075.html.ini deleted file mode 100644 index 5f4a885905e..00000000000 --- a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/075.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[075.html] - type: testharness - expected: ERROR - [dispatchEvent from child frame during document.write :-o ] - expected: FAIL - diff --git a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/094.html.ini b/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/094.html.ini deleted file mode 100644 index b89f6319d28..00000000000 --- a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/094.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[094.html] - type: testharness - [ scheduler: parser-created defer script after document load] - expected: FAIL - diff --git a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/101.html.ini b/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/101.html.ini deleted file mode 100644 index 19f83b1602e..00000000000 --- a/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/101.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[101.html] - type: testharness - [ scheduler: defer script after initial onload event] - expected: FAIL - diff --git a/tests/wpt/mozilla/meta/css/stylesheet_media_queries.html.ini b/tests/wpt/mozilla/meta/css/stylesheet_media_queries.html.ini deleted file mode 100644 index 04f59b1c1a8..00000000000 --- a/tests/wpt/mozilla/meta/css/stylesheet_media_queries.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[stylesheet_media_queries.html.ini] - type: testharness - expected: FAIL - bug: https://github.com/servo/servo/issues/14719 |