Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / paint-iframe-background.html
blob75d8196079fff54115ce768dd043a4c6f9a74766
1 <!DOCTYPE html>
3 <html>
4 <head>
5 <style type="text/css" media="screen">
6 .common {
7 position: absolute;
8 top: 50px;
9 left: 20px;
10 height: 100px;
11 width: 200px;
13 .indicator {
14 background-color: green;
16 iframe {
17 border: none;
19 </style>
20 </head>
21 <body>
22 <!-- You should see a green rectangle -->
23 <div class="indicator common"></div>
24 <iframe class="common" src="resources/paint-iframe-background-iframe.html"></iframe>
25 </body>
26 </html>