| Index: LayoutTests/animations/simultaneous-start-transform.html
|
| diff --git a/LayoutTests/animations/simultaneous-start-transform.html b/LayoutTests/animations/simultaneous-start-transform.html
|
| index a6e6a475e553a8afb8f6dd6d843eb6617d21372e..4a8e41337467d17c39551a5627f41f3f007bc18d 100644
|
| --- a/LayoutTests/animations/simultaneous-start-transform.html
|
| +++ b/LayoutTests/animations/simultaneous-start-transform.html
|
| @@ -34,14 +34,14 @@
|
|
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| - [2, "box1", "webkitTransform", [ 0.309017, 0.951057 ], 0.05],
|
| - [2, "box2", "webkitTransform", [ 0.309017, 0.951057 ], 0.05],
|
| + [2, "box1", "webkitTransform", [ 0.309017, 0.951057, -0.951057, 0.309017, 0, 0 ], 0.05],
|
| + [2, "box2", "webkitTransform", [ 0.309017, 0.951057, -0.951057, 0.309017, 0, 0 ], 0.05],
|
| [2, ["box1", "box2"], "webkitTransform", "", 0],
|
| - [5, "box1", "webkitTransform", [ -1, 0 ], 0.05],
|
| - [5, "box2", "webkitTransform", [ -1, 0 ], 0.05],
|
| + [5, "box1", "webkitTransform", [ -1, 0, 0, -1, 0, 0 ], 0.05],
|
| + [5, "box2", "webkitTransform", [ -1, 0, 0, -1, 0, 0 ], 0.05],
|
| [5, ["box1", "box2"], "webkitTransform", "", 0],
|
| - [8, "box1", "webkitTransform", [ 0.309017, -0.951057 ], 0.05],
|
| - [8, "box2", "webkitTransform", [ 0.309017, -0.951057 ], 0.05],
|
| + [8, "box1", "webkitTransform", [ 0.309017, -0.951057, 0.951057, 0.309017, 0, 0 ], 0.05],
|
| + [8, "box2", "webkitTransform", [ 0.309017, -0.951057, 0.951057, 0.309017, 0, 0 ], 0.05],
|
| [8, ["box1", "box2"], "webkitTransform", "", 0],
|
| ];
|
|
|
|
|