blob: 5b0539988b538f7abe0ae0010a12f7618dedad2a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'">
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
<script type="module"src="resources/eval-blocked-in-external-script.js"></script>
<script type="module">
if (window.testRunner)
testRunner.notifyDone();
</script>
</head>
</html>