6ed213dce66b8b3e4e1fd4fc13a4221f183e72a1
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / iframes / resources / ancestor-clipping-layer-subframe.html
1 <!DOCTYPE HTML>
2 <style>
3 .composited {
4   width: 300px;
5   height: 150px;
6   background: blue;
7   -webkit-transform: translateZ(0);
8 }
9 </style>
10 <div class="composited"></div>