Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / transitions / transition-hit-test-transform.html
index 69cded3..dba5549 100644 (file)
@@ -9,8 +9,8 @@
       height: 200px;
       width: 200px;
       background-color: red;
-      -webkit-transform: translateX(100px);
-      -webkit-transition-property: -webkit-transform;
+      transform: translateX(100px);
+      -webkit-transition-property: transform;
       -webkit-transition-duration: 4s;
       -webkit-transition-timing-function: linear;
     }
@@ -73,7 +73,7 @@
 </head>
 <body onload="startTest()">
     <div>
-        This test starts a transition of the '-webkit-transform' property and then does elementFromPoint calls
+        This test starts a transition of the 'transform' property and then does elementFromPoint calls
         at the shown yellow dots to see if hit testing works
     </div>
     <div id="target"></div>