Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
sandboxed-iframe-navigation-parent.html
blob: 6b341a14a7c1e93f03664dd78fce50ae35fa31ce [
file
] [
log
] [
blame
]
<html>
<body>
<iframe
sandbox
=
"allow-scripts allow-same-origin"
src
=
"sandboxed-iframe-navigation-source.html"
>
</iframe>
<p
id
=
'innocent_content'
>
innocent content
</p>
</body>
</html>