1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / page_with_iframe_and_image.html [blame]

<html>
<head></head>
<body>
  <img src="image.jpg"/>
  <p>This page has an iframe. Yay for iframes!
  <p>
    <iframe src="page_with_image.html" id="test_iframe"></iframe>
</body>
</html>