Sign in
chromium
/
chromium
/
src.git
/
lkgr-ios-internal
/
.
/
content
/
test
/
data
/
page_with_sandboxed_iframe.html
blob: 354e0aa4e4b954ffed5cfce6a0119ee17efbdf3a [
file
] [
log
] [
blame
]
<html>
<head></head>
<body>
<img
src
=
"image.jpg"
/>
<p>
This page has an iframe. Yay for iframes!
<p><iframe
sandbox
=
"allow-scripts"
src
=
"title1.html"
id
=
"test_iframe"
></iframe>
</body>
</html>