Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / transforms / transform-focus-ring-repaint.html
index 867a999..7f73c10 100644 (file)
@@ -10,7 +10,7 @@ onload = runRepaintTest;
 Result repaint rects should cover the whole focus ring.
 </div>
 <div id="target" style="backface-visibility: hidden; width: 200px; height: 200px; background-color: yellow">
-    <div style="-webkit-transform: rotate(90deg); position: absolute; top: 100px; left: 100px; background-color: blue; width: 300px; height: 300px">
+    <div style="transform: rotate(90deg); position: absolute; top: 100px; left: 100px; background-color: blue; width: 300px; height: 300px">
         <div style="position: absolute; top: 100px; left: 40px; background-color: green; width: 400px; height: 100px"></div>
     </div>
 </div>