| Index: LayoutTests/animations/big-rotation.html
|
| diff --git a/LayoutTests/animations/big-rotation.html b/LayoutTests/animations/big-rotation.html
|
| index cb72aae59199c77cff58aa144d20ca0d95546794..06d85da1e0270ecff1dbf3e1517f9e6fdcb5331b 100644
|
| --- a/LayoutTests/animations/big-rotation.html
|
| +++ b/LayoutTests/animations/big-rotation.html
|
| @@ -24,9 +24,9 @@
|
|
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| - [1, "box", "webkitTransform", [-1,0,0,-1], 0.2],
|
| - [2, "box", "webkitTransform", [1,0,0,1], 0.2],
|
| - [3, "box", "webkitTransform", [-1,0,0,-1], 0.2],
|
| + [1, "box", "webkitTransform", [-1,0,0,-1,0,0], 0.2],
|
| + [2, "box", "webkitTransform", [1,0,0,1,0,0], 0.2],
|
| + [3, "box", "webkitTransform", [-1,0,0,-1,0,0], 0.2],
|
| ];
|
|
|
| runAnimationTest(expectedValues);
|
|
|