Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
chrome
/
test
/
data
/
chromedriver
/
outer.html
blob: bec8a8cddfaf4d49d0c5f5625be64583c62123bf [
file
]
<!DOCTYPE html>
<html>
<head>
<title>
Outer iframe
</title>
</head>
<body>
<p><a
href
=
"#two"
>
Two
</a></p>
<iframe
src
=
"inner.html"
></iframe>
</body>
</html>