| Index: LayoutTests/animations/combo-transform-rotate+scale.html
|
| diff --git a/LayoutTests/animations/combo-transform-rotate+scale.html b/LayoutTests/animations/combo-transform-rotate+scale.html
|
| index 8760291f6bd7af87af19302a12b90c99a243d2f4..e181705ce5efe18094e6260b34a4a29ea64869d5 100644
|
| --- a/LayoutTests/animations/combo-transform-rotate+scale.html
|
| +++ b/LayoutTests/animations/combo-transform-rotate+scale.html
|
| @@ -15,8 +15,8 @@
|
| -webkit-animation-name: "anim";
|
| }
|
| @-webkit-keyframes "anim" {
|
| - from { -webkit-transform: rotate(0) scale(1,1); }
|
| - to { -webkit-transform: rotate(360deg) scale(2,4); }
|
| + from { transform: rotate(0) scale(1,1); }
|
| + to { transform: rotate(360deg) scale(2,4); }
|
| }
|
| </style>
|
| <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
|
|