Bug 1733595 [wpt PR 31047] - Let <script type=webbundle> WPT fail early if it's not...
[gecko.git] / testing / web-platform / tests / web-bundle / subresource-loading / script-service-worker-controlled.https.tentative.html
blobf2d1a401a3410fb13f689b08426dbb0539044db3
1 <!DOCTYPE html>
2 <title>Web Bundle fetching and the inner resouirce fetching should skip service worker</title>
3 <link rel="help" href="https://github.com/WICG/webpackage/blob/main/explainers/subresource-loading.md" />
4 <script src="/resources/testharness.js"></script>
5 <script src="/resources/testharnessreport.js"></script>
6 <script src="../resources/test-helpers.js"></script>
8 <script>
9 window.TEST_WEB_BUNDLE_ELEMENT_TYPE = 'script';
10 setup(() => {
11 assert_true(HTMLScriptElement.supports('webbundle'));
12 });
13 </script>
14 <body>
15 <script src="resources/service-worker-controlled-test.js"></script>
16 </body>