Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / iframe_cross_site.html
blob37b61482bd352c7358ce15db3264175760ae74a0
1 <html><head><title>cross-site iframe test</title></head>
2 <body>
3 <!-- This only works if the CrossSiteRedirector is running on the embedded test
4 server, and the host_resolver is set up to handle b.com. -->
5 <iframe src="/cross-site/b.com/title1.html" id="frame1"></iframe>
6 <iframe src="/cross-site/c.com/title1.html" id="frame2"></iframe>
7 </body></html>