| Index: LayoutTests/compositing/reflections/animation-inside-reflection.html
|
| diff --git a/LayoutTests/compositing/reflections/animation-inside-reflection.html b/LayoutTests/compositing/reflections/animation-inside-reflection.html
|
| index d182af2ac1e1e9da173cecd8f7e101b3956c80f6..894a98f591df9226bea5822e5601298d7bdfbfc8 100644
|
| --- a/LayoutTests/compositing/reflections/animation-inside-reflection.html
|
| +++ b/LayoutTests/compositing/reflections/animation-inside-reflection.html
|
| @@ -40,12 +40,12 @@
|
| }
|
|
|
| .composited {
|
| - -webkit-transform: translateZ(0);
|
| + transform: translateZ(0);
|
| }
|
|
|
| @-webkit-keyframes swing {
|
| - from { -webkit-transform: rotate(0deg); }
|
| - to { -webkit-transform: rotate(90deg); }
|
| + from { transform: rotate(0deg); }
|
| + to { transform: rotate(90deg); }
|
| }
|
| </style>
|
| <script src="../../animations/resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
|
|