Roll src/third_party/WebKit e0eac24:489c548 (svn 193311:193320)
[chromium-blink-merge.git] / content / test / data / frame_tree / page_with_two_frames_nested.html
blob5b556c50853f604d697862ae31f53d229e158c26
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 The cross-site frame also loads a cross-site page in it.
7 <iframe src="/cross-site/bar.com/frame_tree/page_with_one_frame.html"></iframe>
8 <iframe src="../title1.html"></iframe>
9 </body>
10 </html>