Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
http
/
tests
/
security
/
contentSecurityPolicy
/
sandbox-empty.html
blob: 6d42bf5b8ed954653d082f3bd8163acc828ffa35 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<meta
http-equiv
=
"X-WebKit-CSP"
content
=
"sandbox"
>
This test passes if it doesn't alert fail.
<script>
alert
(
'FAIL'
);
</script>