summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/client-hints/service-workers/intercept-request.https.html
blob: 00e024b7b64ee312515da0f12bc7082be8d80617 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<title>Client Hint/Service Worker interaction</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
<script src="resources/util.js"></script>
<script>
promise_test((t) =>
  ch_sw_test(t, 'resources/intercept-request.js', 'resources/foo.html', 'PASS'),
  "Service workers succsefully receives hints from request");
</script>