1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / frame_tree / page_with_cross_origin_same_site_iframe.html [blame]

<!DOCTYPE html>
<head>
</head>
<body>
  This page contains a cross-origin but same-site iframe.
  <iframe name="frame0" src="/cross-site/b.x.com/title1.html"></iframe>
</body>
</html>