OLD | NEW |
---|---|
(Empty) | |
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/printing/window_print.html" id="frame2"></iframe> | |
7 </body></html> | |
OLD | NEW |