Sign in
webkit
/
WebKit
/
46b434670d2211eb20be608b69854620e6473b75
/
.
/
LayoutTests
/
http
/
tests
/
security
/
contentSecurityPolicy
/
frame-src-about-blank-allowed-by-scheme.html
blob: 2e5e062748fcaa2fd26a92c7586d496534b9bc68 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<meta
http-equiv
=
"Content-Security-Policy"
content
=
"frame-src about:"
>
This iframe should not be blocked by Content-Security-Policy:
<iframe
src
=
"about:blank"
></iframe>