| 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..169d699675c40d4b6206d1e8b056686c3f23d838 100644
|
| --- a/LayoutTests/fast/layers/scroll-with-transform-composited-layer.html
|
| +++ b/LayoutTests/fast/layers/scroll-with-transform-composited-layer.html
|
| @@ -9,14 +9,10 @@
|
| div.relative { position: relative }
|
| div.composited
|
| {
|
| - -webkit-transform: translateZ(0);
|
| - -moz-transform: translateZ(0);
|
| transform: translateZ(0);
|
| }
|
| div.translated
|
| {
|
| - -webkit-transform: translate(0);
|
| - -moz-transform: translate(0);
|
| transform: translate(0);
|
| }
|
| </style>
|
|
|