Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / caret-with-transformation.html
index a3efeda..62cea0b 100644 (file)
@@ -7,7 +7,7 @@ function repaintTest() {
 </script>
 <html>
 <body onload="runRepaintTest();">
-<div contenteditable="true" style="-webkit-transform:rotate(30deg)translate(100px,200px)">
+<div contenteditable="true" style="transform:rotate(30deg)translate(100px,200px)">
 <div id="div">This test verifies caret repaint is correctly transformed.</div>
 </div>
 <script>