Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / selection-gap-transformed-fixed-child.html
index 5178040..abc5c65 100644 (file)
@@ -18,7 +18,7 @@
         <div>Bug <a href="http://webkit.org/b/111000">111000</a>: Selection gaps don't repaint correctly with transforms</div>
         <div>This tests that fixed elements that get transformed are invalidated correctly.  The box will be competely green if the selected area was invalidated correctly.</div>
     </div>
-    <div style="-webkit-transform: translate(50px, 50px);">
+    <div style="transform: translate(50px, 50px);">
         <div id="target" style="background-color: red; width: 100px; height: 100px; position: fixed;"><br/></div><br/>
     </div>
 </body>