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