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

<html>
<head></head>
<body>
  <p>This page has an iframe. Yay for iframes!
  <p><iframe src="about:blank"></iframe>
</body>
</html>