Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / objects / resources / composited-subframe.html
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5   <style type="text/css" media="screen">
6     .box {
7         height: 200px;
8         width: 200px;
9         margin: 10px;
10         background-color: green;
11         transform: translateZ(0);
12     }
13   </style>
14 </head>
15 <body>
16
17     <div id="object-content" class="box">
18     </div>
19
20 </body>
21 </html>