summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-module.html
blob: 47c422e59c92b9d191d7b6ec1158ccdfe3e42511 (plain)
1
2
3
4
5
<!DOCTYPE html>
<meta http-equiv="content-security-policy" content="script-src 'nonce-correct'">
<script nonce="correct" src="/resources/testharness.js"></script>
<script nonce="correct" src="/resources/testharnessreport.js"></script>
<script type="module" nonce="correct" src="./propagate-nonce-external.js"></script>