summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-credentials.sub.html
blob: 910644531c22d3b3ce7479e58fe0e4d4ac4873ad (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset="utf-8">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../resources/dynamic-import-credentials-helper.sub.js"></script>

<script type="text/javascript">
runTestsFromIframe('../resources/dynamic-import-credentials-iframe.sub.html');
</script>
<body>
</body>