1
    2
    3
    4
    5
    6
    7

content / test / data / page_with_hidden_iframe.html [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>