| 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 f80a567b3c3078e05284c3b09c26183e6219aa37..c97f335056159526251cd039f8795d9fc7785703 100644
|
| --- a/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html
|
| +++ b/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html
|
| @@ -8,6 +8,7 @@ body {
|
| zoom: 0.9;
|
| -webkit-transform: scale(40);
|
| -webkit-transform-origin: 0 0;
|
| + overflow: hidden;
|
| }
|
|
|
| .container {
|
| @@ -38,4 +39,4 @@ body {
|
| <div class="container"><div></div></div>
|
| <div class="container rotated"><div></div></div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|