Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 1 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /client-hints/service-workers/passthrough-request-critical.https.window.html - WPT Dashboard Interop Dashboard
//META: script=/service-workers/service-worker/resources/test-helpers.sub.js
//META: script=resources/util.js
promise_test((t) =>
ch_sw_test(t, 'critical-ch/passthrough-request.js', 'critical-ch/echo-hint-in-html.py', 'PASS'),
"Service worker successfully passes hints through to new fetch");