blob: 006ec24e8b54a53bbeb9e3a9db1a58a0a10a8d9a [file] [log] [blame]
<!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/new-request.js', 'resources/foo.html', 'FAIL'),
"Service worker does NOT generate client hints in a new request");
</script>