blob: 0a8d0dec469e5c2b15c61b2b992556b13d71e4e6 [file] [log] [blame]
<!DOCTYPE html>
<head>
</head>
<body>
This page has three iframes: one is cross-site, the others are same-site.
<iframe name="frame1" src="/cross-site/b.com/title1.html"></iframe>
<iframe name="frame2" src="/title1.html"></iframe>
<iframe name="frame3" src="/post_message.html"></iframe>
</body>
</html>