forked from mykmelez/gecko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1458619 [wpt PR 10789] - Update wpt metadata, a=testonly
wpt-pr: 10789 wpt-type: metadata
- Loading branch information
1 parent
c403751
commit 225e6ac
Showing
5 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...s/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-immediate.window.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
11 changes: 11 additions & 0 deletions
11
...-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-header.window.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
11 changes: 11 additions & 0 deletions
11
...ic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-meta.window.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
28 changes: 28 additions & 0 deletions
28
...is/dynamic-markup-insertion/opening-the-input-stream/abort-while-navigating.window.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
17 changes: 17 additions & 0 deletions
17
...html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort.sub.window.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|