blob: 494933500946aba2620c479857f99e091d4e3376 [file] [log] [blame]
promise_test(() =>
fetch("resources/echo-critical-hint.py")
.then((r) => r.text())
.then((r) => {
assert_equals(r, "FAIL");
})
, "Critical-CH");