Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / hidpi / gradient-with-scaled-ancestor.html
index fbedc27..b7e8bea 100644 (file)
@@ -14,7 +14,7 @@
         </script>
     </head>
     <body onload="startTest();" style="overflow:hidden;">
-        <div style="-webkit-transform:scale(1.5); -webkit-transform-origin:top left;">
+        <div style="transform:scale(1.5); -webkit-transform-origin:top left;">
             <div style="height:300px;width:300px;background-image:-webkit-repeating-linear-gradient(top left, red 10%, blue 30%);border:1px solid">
             </div>
         </div>