Sign in
webkit
/
WebKit
/
0a96ecead66fc2b281c375dd55693d98caa1bcfe
/
.
/
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>