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