Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / frame_tree / page_with_positioned_frame.html
bloba235881bbe656c88190c2b86f69deee748b8277f
1 <!DOCTYPE html>
2 <style>
3 iframe {
4 position:absolute;
5 top: 50px;
6 left: 50px;
7 width: 100px;
8 height: 100px;
10 </style>
11 <html>
12 <body>
13 <iframe src="/cross-site/baz.com/title1.html"></iframe>
14 This page contains a positioned cross-origin iframe.
15 </body>
16 </html>