diff options
Diffstat (limited to 'testing/web-platform/tests/client-hints/critical-ch/mis-matched.multiple.https.window.js')
-rw-r--r-- | testing/web-platform/tests/client-hints/critical-ch/mis-matched.multiple.https.window.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/client-hints/critical-ch/mis-matched.multiple.https.window.js b/testing/web-platform/tests/client-hints/critical-ch/mis-matched.multiple.https.window.js new file mode 100644 index 0000000000..97b94ccf71 --- /dev/null +++ b/testing/web-platform/tests/client-hints/critical-ch/mis-matched.multiple.https.window.js @@ -0,0 +1,3 @@ +// META: script=resources/util.js + +async_test(make_message_test(ECHO_URL+"?multiple=true&mismatch=true", "FAIL"), "Critical-CH w/ multiple headers and Mis-matched hints") |