Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
content
/
test
/
data
/
page_with_hidden_iframe.html
blob: 140832381ac8994fe88e9c6651caeb567480f770 [
file
] [
log
] [
blame
]
<html>
<head></head>
<body>
<p>
This page has a hidden iframe.
<p><iframe
src
=
"title1.html"
id
=
"test_iframe"
style
=
"
display
:
none
"
></iframe>
</body>
</html>