chromium/chrome/test/data/frame_tree/page_with_two_frames_remote_and_local.html

<!doctype html>
<html>
<head></head>
<body>
  This page has two iframes: one is cross-site, the other is same-site.
  <iframe id="remote-frame" name="remote-frame" src="/cross-site/bar.com/title1.html"></iframe>
  <iframe id="local-frame" name="local-frame" src="/title1.html"></iframe>
</body>
</html>