Sign in
chromium
/
chromium
/
src
/
ca82da4b11
/
.
/
content
/
test
/
data
/
navigation_controller
/
page_with_iframe_simple.html
blob: 36efb15bf00f55df416fff427316bdeb356b23cc [
file
] [
log
] [
blame
]
<html>
<head></head>
<body>
<p>
This page has an iframe.
</p>
<p><iframe
id
=
"frame"
name
=
"simple_iframe"
src
=
"simple_page_1.html"
></iframe>
</body>
</html>