| Index: LayoutTests/animations/big-rotation.html
|
| diff --git a/LayoutTests/animations/big-rotation.html b/LayoutTests/animations/big-rotation.html
|
| index fa5e4c223bf0505744c16676f2c55abd60cac766..4297e975072149fe7236f63c998be08b390dfd7f 100644
|
| --- a/LayoutTests/animations/big-rotation.html
|
| +++ b/LayoutTests/animations/big-rotation.html
|
| @@ -15,8 +15,8 @@
|
| -webkit-animation-fill-mode: forwards;
|
| }
|
| @-webkit-keyframes "rotate" {
|
| - from { -webkit-transform: rotate(0); }
|
| - to { -webkit-transform: rotate(540deg); }
|
| + from { transform: rotate(0); }
|
| + to { transform: rotate(540deg); }
|
| }
|
| </style>
|
| <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
|
|