Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / frame_tree / page_with_two_frames.html
blobc6323ad33463fec8adc5ac32352d500cda2d616c
1 <!DOCTYPE html>
2 <head>
3 </head>
4 <body>
5 This page has two iframes: one is cross-site, the other is same-site.
6 <iframe name="frame1" src="/cross-site/bar.com/title1.html"></iframe>
7 <iframe name="frame2" src="../title1.html"></iframe>
8 </body>
9 </html>