mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Enable all dynamic-markup-insertion tests
This commit is contained in:
parent
e912400bc3
commit
8c3abd6c79
24 changed files with 132 additions and 7 deletions
|
@ -1 +0,0 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[document.close-01.xhtml]
|
||||
type: testharness
|
||||
[document.close in XHTML]
|
||||
expected: FAIL
|
||||
|
|
@ -2,3 +2,4 @@
|
|||
type: testharness
|
||||
[document.write only writes to active documents]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
[Replacement of window object after document.open]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[002.html]
|
||||
type: testharness
|
||||
[document.open during parsing]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[004.html]
|
||||
type: testharness
|
||||
[Reuse of document object after document.open]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[005.html]
|
||||
type: testharness
|
||||
[Cancelling timeout after document.open]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[006.html]
|
||||
type: testharness
|
||||
[Cancelling error after document.open]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[007.html]
|
||||
type: testharness
|
||||
[Unregistering event handlers after document.open]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[008.html]
|
||||
type: testharness
|
||||
[Replacement of document prototype object after document.open]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[010.html]
|
||||
type: testharness
|
||||
[Salvagability of document.opened document]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[011.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Timeout after document.open]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[012.html]
|
||||
type: testharness
|
||||
[Timeout after document.open in load event]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[013.html]
|
||||
type: testharness
|
||||
[Timeout after document.open in DOMContentLoaded event]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[014.html]
|
||||
type: testharness
|
||||
[Timeout after document.open after document is completely loaded]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[document.open-01.xhtml]
|
||||
type: testharness
|
||||
[document.open in XHTML]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[document.open-03.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[document.open and singleton replacement]
|
||||
expected: NOTRUN
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[stylesheet_media_queries.html.ini]
|
||||
type: testharness
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/14719
|
Loading…
Add table
Add a link
Reference in a new issue