tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

passthrough-request.https.html (506B)


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