Update web-platform-tests to revision 9d5d9aa80785d9726ed0a5eaab1a8d144fd4b560

This commit is contained in:
WPT Sync Bot 2018-09-06 21:28:50 -04:00
parent 1343c7de50
commit 560e025ce7
68 changed files with 2084 additions and 260 deletions

View file

@ -1,7 +0,0 @@
[016.html]
[Timeout on original window, scope]
expected: FAIL
[Timeout on new window, scope]
expected: FAIL

View file

@ -0,0 +1,14 @@
[abort-refresh-immediate.window.html]
expected: TIMEOUT
[document.open() aborts documents that are queued for navigation through <meta> refresh with timeout 0 (XMLHttpRequest)]
expected: TIMEOUT
[document.open() aborts documents that are queued for navigation through Refresh header with timeout 0 (fetch())]
expected: TIMEOUT
[document.open() aborts documents that are queued for navigation through <meta> refresh with timeout 0 (fetch())]
expected: TIMEOUT
[document.open() aborts documents that are queued for navigation through Refresh header with timeout 0 (XMLHttpRequest)]
expected: TIMEOUT

View file

@ -0,0 +1,11 @@
[abort-refresh-multisecond-header.window.html]
expected: TIMEOUT
[document.open() does NOT abort documents that are queued for navigation through Refresh header with 1-sec timeout (fetch())]
expected: TIMEOUT
[document.open() does NOT abort documents that are queued for navigation through Refresh header with 4-sec timeout (image loading)]
expected: TIMEOUT
[document.open() does NOT abort documents that are queued for navigation through Refresh header with 1-sec timeout (XMLHttpRequest)]
expected: TIMEOUT

View file

@ -0,0 +1,11 @@
[abort-refresh-multisecond-meta.window.html]
expected: TIMEOUT
[document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 4-sec timeout (image loading)]
expected: TIMEOUT
[document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 1-sec timeout (XMLHttpRequest)]
expected: TIMEOUT
[document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 1-sec timeout (fetch())]
expected: TIMEOUT

View file

@ -0,0 +1,17 @@
[abort-while-navigating.window.html]
expected: TIMEOUT
[document.open() aborts documents that are navigating through iframe loading (XMLHttpRequest)]
expected: FAIL
[document.open() aborts documents that are navigating through Location (fetch())]
expected: TIMEOUT
[document.open() aborts documents that are queued for navigation through .click() (fetch())]
expected: TIMEOUT
[document.open() aborts documents that are queued for navigation through .click() (XMLHttpRequest)]
expected: TIMEOUT
[document.open() aborts documents that are navigating through Location (XMLHttpRequest)]
expected: TIMEOUT

View file

@ -0,0 +1,14 @@
[abort.sub.window.html]
expected: TIMEOUT
[document.open() does not abort documents that are not navigating (image loading)]
expected: TIMEOUT
[document.open() does not abort documents that are not navigating (XMLHttpRequest)]
expected: TIMEOUT
[document.open() does not abort documents that are not navigating (establish a WebSocket connection)]
expected: TIMEOUT
[document.open() does not abort documents that are not navigating (fetch())]
expected: TIMEOUT