diff options
Diffstat (limited to 'testing/web-platform/tests/client-hints/critical-ch/navigation.cross-origin.multiple.https.window.js')
-rw-r--r-- | testing/web-platform/tests/client-hints/critical-ch/navigation.cross-origin.multiple.https.window.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/client-hints/critical-ch/navigation.cross-origin.multiple.https.window.js b/testing/web-platform/tests/client-hints/critical-ch/navigation.cross-origin.multiple.https.window.js new file mode 100644 index 0000000000..91a57da3e4 --- /dev/null +++ b/testing/web-platform/tests/client-hints/critical-ch/navigation.cross-origin.multiple.https.window.js @@ -0,0 +1,4 @@ +// META: script=resources/util.js +// META: script=/common/get-host-info.sub.js + +async_test(make_message_test(get_host_info().HTTPS_REMOTE_ORIGIN+"/client-hints/critical-ch/"+ECHO_URL+"?multiple=true", "PASS"), "Critical-CH w/ multiple headers and cross-origin navigation") |