navigation-preload.https.html (505B)
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/navigation-preload.js', 'resources/echo-hint-in-html.py', 'PASS'), 10 "Service worker successfully passes hints through to new fetch"); 11 </script>