Skip to content

Commit

Permalink
Bug 1458619 [wpt PR 10789] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 10789
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed Sep 12, 2018
1 parent c403751 commit 225e6ac
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[abort-refresh-immediate.window.html]
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 Refresh header with timeout 0 (image loading)]
expected: TIMEOUT

[document.open() aborts documents that are queued for navigation through Refresh header with timeout 0 (XMLHttpRequest)]
expected: TIMEOUT

Original file line number Diff line number Diff line change
@@ -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

Original file line number Diff line number Diff line change
@@ -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: FAIL

[document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 1-sec timeout (fetch())]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[abort-while-navigating.window.html]
[document.open() does NOT abort documents that are queued for navigation through Refresh header with 1-sec timeout (fetch())]
expected: TIMEOUT

[document.open() aborts documents that are queued for navigation through Refresh header with timeout 0 (fetch())]
expected: TIMEOUT

[document.open() does NOT abort documents that are queued for navigation through Refresh header 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 (XMLHttpRequest)]
expected: FAIL

[document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 1-sec timeout (fetch())]
expected: FAIL

[document.open() does NOT abort documents that are queued for navigation through Refresh header with 4-sec timeout (image loading)]
expected: TIMEOUT

[document.open() aborts documents that are queued for navigation through Refresh header with timeout 0 (XMLHttpRequest)]
expected: TIMEOUT

[document.open() aborts documents that are queued for navigation through Refresh header with timeout 0 (image loading)]
expected: TIMEOUT

[document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 4-sec timeout (image loading)]
expected: TIMEOUT

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[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: FAIL

[document.open() does not abort documents that are not navigating (already established WebSocket connection)]
expected: FAIL

[document.open() does not abort documents that are not navigating (establish a WebSocket connection)]
expected: FAIL

[document.open() does not abort documents that are not navigating (fetch())]
expected: FAIL

0 comments on commit 225e6ac

Please sign in to comment.