summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/client-hints/service-workers/intercept-request-critical.https.window.js
blob: 079b9fd9ba07819c3c670588d25197a1e7527390 (plain)
1
2
3
4
5
// META: script=/service-workers/service-worker/resources/test-helpers.sub.js
// META: script=resources/util.js
promise_test((t) =>
  ch_sw_test(t, 'critical-ch/intercept-request.js', 'critical-ch/foo.html', 'FAIL'),
  "Service workers succsefully receives hints from request");