Index: LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
diff --git a/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html b/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
index c97f335056159526251cd039f8795d9fc7785703..27669a102b4bb69161ec554fa15444bbd88409b2 100644 |
--- a/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
+++ b/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
@@ -6,7 +6,7 @@ |
body { |
margin: 0; |
zoom: 0.9; |
- -webkit-transform: scale(40); |
+ transform: scale(40); |
-webkit-transform-origin: 0 0; |
overflow: hidden; |
} |
@@ -31,7 +31,7 @@ body { |
} |
.rotated > div { |
background-color: green !important; |
- -webkit-transform: rotateZ(0); |
+ transform: rotateZ(0); |
} |
</style> |
</head> |