mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 9d5d9aa80785d9726ed0a5eaab1a8d144fd4b560
This commit is contained in:
parent
1343c7de50
commit
560e025ce7
68 changed files with 2084 additions and 260 deletions
|
@ -1,7 +0,0 @@
|
|||
[016.html]
|
||||
[Timeout on original window, scope]
|
||||
expected: FAIL
|
||||
|
||||
[Timeout on new window, scope]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue