Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
chrome
/
test
/
data
/
ssl
/
page_with_frame.html
blob: 69f4c77fe13190f79f8393bee26383d31f347613 [
file
]
<html>
<head><title>
This is a test page with frames
</title>
</head>
<body>
<iframe
name
=
"navFrame"
src
=
"/title1.html"
id
=
"navFrame"
></iframe>
</body>
</html>