servo/tests/wpt/web-platform-tests/csp/csp-inline-script.html

11 lines
346 B
HTML

<!doctype html>
<meta charset=UTF-8>
<link rel="author" title="tanvi@mozilla.com">
<title>No inline script</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script>
unsafeScript = false;
</script>
<script src="assert_undefined.py?varName=unsafeScript"></script>