chromium/chrome/test/data/page_load_metrics/main_frame_with_iframe.html

<html>
  <link rel="stylesheet" href="seamless-iframe.css">
  <body>
    Here is some paintable content in the main frame.
    <iframe src="/title1.html" class="seamless"></iframe>
  </body>
</html>