chromium/content/test/data/navigation_controller/page_with_iframe_simple.html

<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>