| Index: LayoutTests/compositing/squashing/squash-with-ancestor-transform.html
|
| diff --git a/LayoutTests/compositing/squashing/squash-with-ancestor-transform.html b/LayoutTests/compositing/squashing/squash-with-ancestor-transform.html
|
| index c979b1ab069cb1380f8028b15000ba302c4f098d..0c59dd2b148782cc81c884caa4aefb883e602b22 100644
|
| --- a/LayoutTests/compositing/squashing/squash-with-ancestor-transform.html
|
| +++ b/LayoutTests/compositing/squashing/squash-with-ancestor-transform.html
|
| @@ -3,7 +3,7 @@
|
| <link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
|
| <style>
|
| #ancestor {
|
| - -webkit-transform: translateY(50px);
|
| + transform: translateY(50px);
|
| }
|
| </style>
|
| <script src="resources/squash-with-ancestor-property.js"></script>
|
|
|