| <!DOCTYPE html> |
| <title>A nested bundle is not supported</title> |
| <link rel="help" href="https://github.com/WICG/webpackage/blob/main/explainers/subresource-loading.md" /> |
| <script src="/resources/testharness.js"></script> |
| <script src="/resources/testharnessreport.js"></script> |
| <script src="../resources/test-helpers.js"></script> |
| |
| <script> |
| window.TEST_WEB_BUNDLE_ELEMENT_TYPE = 'link'; |
| </script> |
| <body> |
| <link rel="webbundle" href="https://web-platform.test:8444/web-bundle/resources/wbn/nested-main.wbn" |
| resources="https://web-platform.test:8444/web-bundle/resources/wbn/nested-sub.wbn" /> |
| <script src="resources/nested-bundle-test.js"></script> |
| </body> |