Sign in
chromium
/
chromium
/
src.git
/
main
/
.
/
components
/
test
/
data
/
guest_contents
/
iframe.html
blob: 0a9e629c7a8eef32f1387e8efe633625e844b82e [
file
]
<!DOCTYPE html>
<html>
<head>
<title>
Main page with iframe
</title>
</head>
<body>
<h1>
Main document
</h1>
<iframe
id
=
"iframe"
src
=
"about:blank"
width
=
"300"
height
=
"200"
></iframe>
</body>
</html>