new-request.https.html (487B)
1 <!DOCTYPE html> 2 <title>Client Hint/Service Worker interaction</title> 3 <script src="/resources/testharness.js"></script> 4 <script src="/resources/testharnessreport.js"></script> 5 <script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script> 6 <script src="resources/util.js"></script> 7 <script> 8 promise_test((t) => 9 ch_sw_test(t, 'resources/new-request.js', 'resources/foo.html', 'FAIL'), 10 "Service worker does NOT generate client hints in a new request"); 11 </script>