<!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>