Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / culling / resources / clear-fixed-iframe-content.html
blob6fa04d39c4586a652f7e95865fcb773a38d644af
1 <!DOCTYPE html>
2 <html><head><title></title>
3 <style>
4 body { margin:0; padding:0; }
6 #glass {
7 opacity:0.4;
8 background-color:white;
9 position:absolute;
10 top:0px; left:0px; right:50px; bottom: 50px;
12 </style>
13 </head>
15 <body>
16 <div id="glass"></div>
17 </body>
18 </script>
19 </html>