summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/loading/early-hints/redirect-cross-origin-between-early-hints.h2.window.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/loading/early-hints/redirect-cross-origin-between-early-hints.h2.window.js')
-rw-r--r--testing/web-platform/tests/loading/early-hints/redirect-cross-origin-between-early-hints.h2.window.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/loading/early-hints/redirect-cross-origin-between-early-hints.h2.window.js b/testing/web-platform/tests/loading/early-hints/redirect-cross-origin-between-early-hints.h2.window.js
new file mode 100644
index 0000000000..2ca92cf82c
--- /dev/null
+++ b/testing/web-platform/tests/loading/early-hints/redirect-cross-origin-between-early-hints.h2.window.js
@@ -0,0 +1,14 @@
+// META: script=/common/utils.js
+// META: script=resources/early-hints-helpers.sub.js
+
+test(() => {
+ const params = new URLSearchParams();
+ params.set("preload-before-redirect", SAME_ORIGIN_RESOURCES_URL + "/empty.js?" + token());
+ params.set("preload-after-redirect", CROSS_ORIGIN_RESOURCES_URL + "/empty.js?" + token());
+ params.set("redirect-url", CROSS_ORIGIN_RESOURCES_URL + "/redirect-between-early-hints.h2.py");
+ params.set("final-test-page", "redirect-cross-origin-between-early-hints.html");
+
+ params.set("test-step", "redirect");
+ const test_url = "resources/redirect-between-early-hints.h2.py?" + params.toString();
+ window.location.replace(new URL(test_url, window.location));
+}); \ No newline at end of file