Chromium Code Reviews| Index: LayoutTests/compositing/child-transform-with-anchor-point-expected.html |
| diff --git a/LayoutTests/compositing/child-transform-with-anchor-point-expected.html b/LayoutTests/compositing/child-transform-with-anchor-point-expected.html |
| index fa8c5fc90c17cf4f27e5b3b75a87fd2a6c998113..9dded120ad6532d94c596fed0f178084cf2658b6 100644 |
| --- a/LayoutTests/compositing/child-transform-with-anchor-point-expected.html |
| +++ b/LayoutTests/compositing/child-transform-with-anchor-point-expected.html |
| @@ -14,7 +14,7 @@ |
| } |
| #transformed { |
| - -webkit-transform: rotateY(90deg); |
| + transform: rotateY(90deg); |
| -webkit-transform-origin: right; |
| background: green; |
| height: 800px; |