chromium/components/test/data/html_viewer/page_with_single_frame.html

<html>
  <body style="background-color: blue">
     <iframe width="50%" height="50%"
     src="empty_page.html"></iframe>
  Page with single frame
  </body>
</html>