| Index: LayoutTests/animations/3d/matrix-transform-type-animation.html
|
| diff --git a/LayoutTests/animations/3d/matrix-transform-type-animation.html b/LayoutTests/animations/3d/matrix-transform-type-animation.html
|
| index 0b303fa1cd294e621052d3e7097065c0d62eecb0..63ceb3d7b87a7b8491579d66e9ab558b49c81da0 100644
|
| --- a/LayoutTests/animations/3d/matrix-transform-type-animation.html
|
| +++ b/LayoutTests/animations/3d/matrix-transform-type-animation.html
|
| @@ -27,8 +27,8 @@
|
| }
|
|
|
| @-webkit-keyframes anim {
|
| - from { -webkit-transform: matrix(1, 0, 0, 1, 100, 0); }
|
| - to { -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
|
| + from { transform: matrix(1, 0, 0, 1, 100, 0); }
|
| + to { transform: matrix(1, 0, 0, 1, 0, 0); }
|
| }
|
| </style>
|
| <script src="../resources/animation-test-helpers.js" type="text/javascript"></script>
|
|
|