Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / opacity-transform-animation-expected.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <style type="text/css" media="screen">
5     .target {
6         position: absolute;
7         top: 100px;
8         left: 0;
9         height: 100px;
10         width: 100px;
11     }
12     #box {
13         background-color: green;
14         transform: translateX(200px) scale(1) translateZ(0);
15         opacity: 0.5;
16     }
17     #indicator {
18         left: 200px;
19         background-color: red;
20     }
21   </style>
22 </head>
23 <body>
24 <div class="target" id="indicator"></div>
25 <div class="target" id="box"></div>
26 <div id="result">
27 PASS - "webkitTransform.4" property for "box" element at 0.5s saw something close to: 200</div>
28 </body>
29 </html>