From 225e6acfce318fc0156b759d1d3f371d1d2d78d7 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Wed, 5 Sep 2018 17:17:48 +0000 Subject: [PATCH] Bug 1458619 [wpt PR 10789] - Update wpt metadata, a=testonly wpt-pr: 10789 wpt-type: metadata --- .../abort-refresh-immediate.window.js.ini | 11 ++++++++ ...t-refresh-multisecond-header.window.js.ini | 11 ++++++++ ...ort-refresh-multisecond-meta.window.js.ini | 11 ++++++++ .../abort-while-navigating.window.js.ini | 28 +++++++++++++++++++ .../abort.sub.window.js.ini | 17 +++++++++++ 5 files changed, 78 insertions(+) create mode 100644 testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-immediate.window.js.ini create mode 100644 testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-header.window.js.ini create mode 100644 testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-meta.window.js.ini create mode 100644 testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-while-navigating.window.js.ini create mode 100644 testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort.sub.window.js.ini diff --git a/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-immediate.window.js.ini b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-immediate.window.js.ini new file mode 100644 index 0000000000000..c468651fe3861 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-immediate.window.js.ini @@ -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 + diff --git a/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-header.window.js.ini b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-header.window.js.ini new file mode 100644 index 0000000000000..fc05e60f852b7 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-header.window.js.ini @@ -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 + diff --git a/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-meta.window.js.ini b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-meta.window.js.ini new file mode 100644 index 0000000000000..2f95460913ba3 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-meta.window.js.ini @@ -0,0 +1,11 @@ +[abort-refresh-multisecond-meta.window.html] + expected: TIMEOUT + [document.open() does NOT abort documents that are queued for navigation through refresh with 4-sec timeout (image loading)] + expected: TIMEOUT + + [document.open() does NOT abort documents that are queued for navigation through refresh with 1-sec timeout (XMLHttpRequest)] + expected: FAIL + + [document.open() does NOT abort documents that are queued for navigation through refresh with 1-sec timeout (fetch())] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-while-navigating.window.js.ini b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-while-navigating.window.js.ini new file mode 100644 index 0000000000000..4908661397093 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-while-navigating.window.js.ini @@ -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 refresh with 1-sec timeout (XMLHttpRequest)] + expected: FAIL + + [document.open() does NOT abort documents that are queued for navigation through 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 refresh with 4-sec timeout (image loading)] + expected: TIMEOUT + diff --git a/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort.sub.window.js.ini b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort.sub.window.js.ini new file mode 100644 index 0000000000000..95eaea4c92e57 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort.sub.window.js.ini @@ -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 +