1
    2
    3
    4
    5
    6
    7

content / test / data / navigation_controller / page_with_iframe_simple.html [blame]

<html>
<head></head>
<body>
  <p>This page has an iframe.</p>
  <p><iframe id="frame" name="simple_iframe" src="simple_page_1.html"></iframe>
</body>
</html>