Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / sub-pixel / nested-sub-pixel-composited-layers.html
index 98da154..e785ff4 100644 (file)
@@ -7,7 +7,7 @@
     width: 100px;
     height: 100px;
     position: relative;
-    -webkit-transform: translateZ(0);
+    transform: translateZ(0);
 }
 .subPixelContainer > div {
     position: absolute;
@@ -19,7 +19,7 @@
     overflow: hidden;
 }
 .test {
-    -webkit-transform: translateZ(0);
+    transform: translateZ(0);
     background-color: green;
 }
 .ref {