Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
http
/
tests
/
security
/
contentSecurityPolicy
/
sandbox-allow-scripts.html
blob: 1161eaf7001b38705ba572b073f3eaa340ab0c0a [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<meta
http-equiv
=
"X-WebKit-CSP"
content
=
"sandbox allow-scripts"
>
This test passes if it does alert pass.
<script>
alert
(
'PASS'
);
</script>