blob: c93659db0807b8cd0d0069d03eda852aa77973c9 [file] [log] [blame]
<!DOCTYPE html>
<title>Path restriction on subresource loading with WebBundles (b1 version)</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>
<body>
<link
rel="webbundle"
href="../resources/wbn/path-restriction-b1.wbn"
resources="/web-bundle/resources/wbn/resource.js
/web-bundle/resources/wbn/sub/resource.js
/web-bundle/resources/wbn-resource.js
/web-bundle/resources/wbn1/resource.js
/web-bundle/resources/other/resource.js
/web-bundle/resources/resource.js"
/>
<script src="resources/path-restriction-test.js"></script>
</body>