Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
security
/
contentSecurityPolicy
/
sandbox-invalid-header.html
blob: 895e9660a34ebaf0557bd3857d42bc392c623555 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<iframe
src
=
"resources/sandbox.py?sandbox=allowScript"
></iframe>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>