chromium/chrome/test/data/printing/content_with_iframe_loop.html

<!DOCTYPE html>
<html>
  <head>
    <title>Test printing with an iframe loop</title>
  <head>
  <body>
    <p>
    This is a test page whose content forms an iframe loop.
    </p>
    <div>
      <iframe id="iframe" src="/cross-site/b.com/printing/loop_child_iframe.html" style="height:450px; margin:0px; padding:0px">
      </iframe>
  </body>
</html>