Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
http
/
tests
/
security
/
contentSecurityPolicy
/
sandbox-empty-subframe.html
blob: 13c612dc86c10a8cfe77cd7a9a405bfd08953a08 [
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.
<iframe src="data:text/html,
<script>
alert
(
'FAIL'
);
</script>
">
</iframe>