Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
devtools
/
page_with_iframe.html
blob: 07b6b5ee07c90231b72ed4e58f33adb1391ec9ad [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<title>
Page with iframe
</title>
</head>
<body>
<h1>
This is the main page.
</h1>
<iframe
src
=
"/devtools/iframe.html"
></iframe>
</body>
</html>