Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / layers / get-layers.html
index 29b4e10..37928cb 100644 (file)
@@ -130,12 +130,12 @@ window.addEventListener("DOMContentLoaded", function () {
         width: 50px;
         height: 50px;
         background-color: blue;
-        -webkit-transform: translateZ(0);
+        transform: translateZ(0);
     }
       
     .offset {
         left: 200px;
-        -webkit-transform: translateZ(0);
+        transform: translateZ(0);
     }
 
 </style>