Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
actor
/
simple_iframe.html
blob: fd50ca22c0b846d033fc3ede1f4d7149fad3052b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
name
=
"viewport"
content
=
"width=device-width,minimum-scale=1"
>
<title>
Simple Iframe Test Case
</title>
</head>
<iframe
id
=
"iframe"
src
=
"blank.html"
></iframe>
</html>