Enable all dynamic-markup-insertion tests

This commit is contained in:
Anthony Ramine 2017-01-31 00:31:25 +01:00
parent e912400bc3
commit 8c3abd6c79
24 changed files with 132 additions and 7 deletions

View file

@ -0,0 +1,5 @@
[document.close-01.xhtml]
type: testharness
[document.close in XHTML]
expected: FAIL

View file

@ -2,3 +2,4 @@
type: testharness
[document.write only writes to active documents]
expected: FAIL

View file

@ -0,0 +1,5 @@
[001.html]
type: testharness
[Replacement of window object after document.open]
expected: FAIL

View file

@ -0,0 +1,5 @@
[002.html]
type: testharness
[document.open during parsing]
expected: FAIL

View file

@ -0,0 +1,5 @@
[004.html]
type: testharness
[Reuse of document object after document.open]
expected: FAIL

View file

@ -0,0 +1,5 @@
[005.html]
type: testharness
[Cancelling timeout after document.open]
expected: FAIL

View file

@ -0,0 +1,5 @@
[006.html]
type: testharness
[Cancelling error after document.open]
expected: FAIL

View file

@ -0,0 +1,5 @@
[007.html]
type: testharness
[Unregistering event handlers after document.open]
expected: FAIL

View file

@ -0,0 +1,5 @@
[008.html]
type: testharness
[Replacement of document prototype object after document.open]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,5 @@
[010.html]
type: testharness
[Salvagability of document.opened document]
expected: FAIL

View file

@ -0,0 +1,6 @@
[011.html]
type: testharness
expected: TIMEOUT
[Timeout after document.open]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[012.html]
type: testharness
[Timeout after document.open in load event]
expected: FAIL

View file

@ -0,0 +1,5 @@
[013.html]
type: testharness
[Timeout after document.open in DOMContentLoaded event]
expected: FAIL

View file

@ -0,0 +1,5 @@
[014.html]
type: testharness
[Timeout after document.open after document is completely loaded]
expected: FAIL

View file

@ -0,0 +1,12 @@
[015.html]
type: testharness
expected: TIMEOUT
[global scope unchanged]
expected: TIMEOUT
[window object changed]
expected: NOTRUN
[this is the window object]
expected: NOTRUN

View file

@ -0,0 +1,15 @@
[016.html]
type: testharness
expected: TIMEOUT
[Timeout on original window, scope]
expected: NOTRUN
[Timeout on original window, this object]
expected: NOTRUN
[Timeout on new window, scope]
expected: NOTRUN
[Timeout on new window, this object]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[document.open-01.xhtml]
type: testharness
[document.open in XHTML]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,6 @@
[document.open-03.html]
type: testharness
expected: TIMEOUT
[document.open and singleton replacement]
expected: NOTRUN

View file

@ -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

View file

@ -1,4 +0,0 @@
[stylesheet_media_queries.html.ini]
type: testharness
expected: FAIL
bug: https://github.com/servo/servo/issues/14719