summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/iframe_cross_site.html
blob: 37b61482bd352c7358ce15db3264175760ae74a0 (plain)
1
2
3
4
5
6
7
<html><head><title>cross-site iframe test</title></head>
<body>
<!-- This only works if the CrossSiteRedirector is running on the embedded test
     server, and the host_resolver is set up to handle b.com. -->
<iframe src="/cross-site/b.com/title1.html" id="frame1"></iframe>
<iframe src="/cross-site/c.com/title1.html" id="frame2"></iframe>
</body></html>