diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/csp/csp-inline-script.html')
m--------- | tests/wpt/web-platform-tests | 0 | ||||
-rw-r--r-- | tests/wpt/web-platform-tests/csp/csp-inline-script.html | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests b/tests/wpt/web-platform-tests deleted file mode 160000 -Subproject 29dfb8944e535d439ca94cf7d1b1d9138a8ad11 diff --git a/tests/wpt/web-platform-tests/csp/csp-inline-script.html b/tests/wpt/web-platform-tests/csp/csp-inline-script.html new file mode 100644 index 00000000000..4caa25a4b8a --- /dev/null +++ b/tests/wpt/web-platform-tests/csp/csp-inline-script.html @@ -0,0 +1,11 @@ +<!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> |