blob: 32768fb188884b890ff970c58b673618f5a9c272 [file] [log] [blame]
<!DOCTYPE html>
<title>Subframe loading from Web Bundles</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 = 'script';
</script>
<body>
<script src="resources/subframe-from-web-bundle-test.js"></script>
</body>