Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / repaint / invalidations-on-composited-layers.html
index 1d7c4b5..4704aa0 100644 (file)
@@ -8,14 +8,14 @@ This test checks that repaint testing works with composited layers.
 <head>
   <style type="text/css">
     #parent {
-        -webkit-transform: translateZ(0px);
+        transform: translateZ(0px);
         width: 400px;
         height: 400px;
         background: blue;
     }
 
     #child {
-        -webkit-transform: translateZ(0px);
+        transform: translateZ(0px);
         position: relative;
         left: 50px;
         top: 50px;