Index: LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html |
diff --git a/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html b/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html |
index 98da154e0522e880fba27cf99bd62417bbb7f661..e785ff42eeec6a3ff77df0e43b7c7d0f19b24378 100644 |
--- a/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html |
+++ b/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html |
@@ -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 { |