Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / iframes / resources / has-composited-iframe-child.html
blob35d5ae55d986e8b2342797c3ac22517afb2b201e
1 <html>
2 <head>
3 <style>
4 body {
5 overflow: hidden;
6 height: 1000px;
8 iframe {
9 position: absolute;
10 top: 0px;
11 left: 0px;
12 width: 200px;
13 height: 200px;
14 border: 0px;
16 </style>
17 </head>
18 <body>
19 <iframe src="composited-red.html"></iframe>
20 </body>
21 </html>