blob: 4e5f3656ef824da3d2513b11e593add2cccaef33 [file] [log] [blame]
<!doctype html>
<html>
<head></head>
<body>
This page has two iframes: one is cross-site, the other is same-site.
<iframe src="/cross-site/bar.com/title1.html"></iframe>
<iframe src="/title1.html"></iframe>
</body>
</html>