276eb36ea875febe6d590382432c4b619a4b7533
[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   transform: translateZ(0);
8 }
9 </style>
10 <div class="composited"></div>