Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<!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>