Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / layer-creation / incremental-destruction-expected.html
1 <!DOCTYPE html>
2 <style>
3 #target {
4     opacity: 0.5;
5 }
6 </style>
7 <div id="target" style="width: 500px; height: 500px; background-color: blue;"></div>
8 <div style="width: 300px; height: 300px; position: absolute; left: 20px; top: 400px; background-color: purple; z-index:1000">
9     <div style="width:100px; height:100px; position:relative; left:10px; top:10px; transform:translateZ(0); background-color:yellow"></div>
10 </div>