Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
LayoutTests
/
fast
/
frames
/
sandboxed-iframe-noscript.html
blob: 89552398182a42d2083cf0dddd25954fc4648de9 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
dumpChildFramesAsText
();
}
</script>
</head>
<body>
<iframe sandbox src="data:text/html,
<noscript>
PASS
</noscript>
">
</iframe>
</body>
</html>