OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <head> | 2 <head> |
3 </head> | 3 </head> |
4 <body> | 4 <body> |
5 This page has two iframes: one is cross-site, the other is same-site. | 5 This page has two iframes: one is cross-site, the other is same-site. |
6 <iframe src="/cross-site/bar.com/title1.html"></iframe> | 6 <iframe name="frame1" src="/cross-site/bar.com/title1.html"></iframe> |
7 <iframe src="../title1.html"></iframe> | 7 <iframe name="frame2" src="../title1.html"></iframe> |
8 </body> | 8 </body> |
9 </html> | 9 </html> |
10 | 10 |
OLD | NEW |