Update web-platform-tests to revision 7c50c216081d6ea3c9afe553ee7b64534020a1b2

This commit is contained in:
WPT Sync Bot 2018-09-04 21:37:22 -04:00
parent 5063ac465b
commit f9ee2396ab
254 changed files with 2043 additions and 1285 deletions

View file

@ -0,0 +1,13 @@
[active.window.html]
[document.open() removes the document's children (non-active document without an associated Window object; createHTMLDocument)]
expected: FAIL
[document.open() removes the document's children (non-active document without an associated Window object; XMLHttpRequest)]
expected: FAIL
[document.open() removes the document's children (non-active document without an associated Window object; DOMParser)]
expected: FAIL
[document.open() removes the document's children (non-active document with an associated Window object; navigated away)]
expected: FAIL

View file

@ -1,8 +1,5 @@
[bailout-exception-vs-return-xml.window.html]
expected: TIMEOUT
[document.open should throw an InvalidStateError with XML document even when there is an active parser executing script]
expected: FAIL
[document.open should throw an InvalidStateError with XML document even when the ignore-opens-during-unload counter is greater than 0 (during beforeunload event)]
expected: TIMEOUT

View file

@ -11,3 +11,15 @@
[Standard event listeners are to be removed from Window]
expected: FAIL
[Standard event listeners are to be removed from Window for a non-active document that is the associated Document of a Window (frame is removed)]
expected: FAIL
[Custom event listeners are to be removed from Window for an active but not fully active document]
expected: FAIL
[Custom event listeners are to be removed from Window for a non-active document that is the associated Document of a Window (frame is removed)]
expected: FAIL
[Standard event listeners are to be removed from Window for an active but not fully active document]
expected: FAIL

View file

@ -1,5 +1,5 @@
[ignore-opens-during-unload.window.html]
expected: TIMEOUT
expected: CRASH
[ignore-opens-during-unload]
expected: FAIL