blob: 23d297837e6ce6cf6a12c5ef9909bb0441501c1b (
plain)
1
2
3
4
5
|
// META: script=resources/util.js
// META: script=/common/utils.js
async_test(make_message_test(ECHO_URL+"?mismatch=true&token="+token(), "1"), "Critical-CH no restart on mismatched hints")
async_test(make_message_test(ECHO_URL+"?multiple=true&mismatch=true&token="+token(), "1"), "Critical-CH w/ multiple headers and no restart on mismatched hints")
|