chromium/chrome/test/data/predictors/two_iframes.html

<!DOCTYPE html>
<html>
  <head>
    <title>Page with two iframes on different origins</title>
  </head>
  <body>
    <iframe src="/echo"></iframe>
    <iframe src="http://host2.test:REPLACE_WITH_PORT/"></iframe>
  </body>
</html>