Index: LayoutTests/fast/layers/scroll-with-transform-composited-layer.html |
diff --git a/LayoutTests/fast/layers/scroll-with-transform-composited-layer.html b/LayoutTests/fast/layers/scroll-with-transform-composited-layer.html |
index 3f70a7197b556d4ba7e908f41e67fbfde5ef02df..3260b5c7efc7e7bbde09b5675503587396c1b890 100644 |
--- a/LayoutTests/fast/layers/scroll-with-transform-composited-layer.html |
+++ b/LayoutTests/fast/layers/scroll-with-transform-composited-layer.html |
@@ -9,13 +9,13 @@ |
div.relative { position: relative } |
div.composited |
{ |
- -webkit-transform: translateZ(0); |
+ transform: translateZ(0); |
-moz-transform: translateZ(0); |
transform: translateZ(0); |
alancutter (OOO until 2018)
2014/10/14 05:13:48
Extra -moz-transform and transform here and below.
|
} |
div.translated |
{ |
- -webkit-transform: translate(0); |
+ transform: translate(0); |
-moz-transform: translate(0); |
transform: translate(0); |
} |