service-fallback.https.sub.html (495B)
1 <!DOCTYPE html> 2 <script src="/resources/testharness.js"></script> 3 <script src="/resources/testharnessreport.js"></script> 4 <script src="../support/testharness-helper.js"></script> 5 <meta http-equiv="Content-Security-Policy" content="worker-src https://{{host}}:{{ports[https][0]}}; child-src 'none'"> 6 <script> 7 var url = new URL("../support/ping.js", document.baseURI).toString(); 8 assert_service_worker_is_loaded(url, "Same-origin service worker allowed by host-source expression."); 9 </script>