Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squash-above-fixed-3.html
index 92dd8e9..4e3b3db 100644 (file)
@@ -5,7 +5,7 @@
 <style>
 
 #backgroundFixed {
-  -webkit-transform: translatez(0);
+  transform: translatez(0);
   position: fixed;
   height: 400px;
   width: 400px;
@@ -25,7 +25,7 @@
 }
 
 #innerFixed {
-  -webkit-transform: translatez(0);
+  transform: translatez(0);
   background-color: blue;
   position: fixed;
   top: 150px;