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