Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / iframes / resources / composited-red.html
1 <html>
2   <head>
3     <style>
4       body {
5         overflow: auto;
6         background-color: red;
7       }
8       #trigger {
9         transform: translateZ(0);
10       }
11     </style>
12   </head>
13   <body>
14     <div id="trigger"></div>
15   </body>
16 </html>