| Index: LayoutTests/animations/3d/transform-perspective.html
|
| diff --git a/LayoutTests/animations/3d/transform-perspective.html b/LayoutTests/animations/3d/transform-perspective.html
|
| index 1d83d4caa97aa041f76c297cf8e4299475476f56..d82c43182bfccd493f472ebcd95f97fb97fcda39 100644
|
| --- a/LayoutTests/animations/3d/transform-perspective.html
|
| +++ b/LayoutTests/animations/3d/transform-perspective.html
|
| @@ -31,8 +31,8 @@
|
| <script type="text/javascript">
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| - [0.5, "box", "webkitTransform", [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0075, 0, 0, 0, 1], 0.002],
|
| - [0.5, "box2", "webkitTransform", [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00199, 0, 0, 0, 1], 0.002],
|
| + [0.5, "box", "transform", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0075, 0, 0, 0, 1)", 0.002],
|
| + [0.5, "box2", "transform", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00199, 0, 0, 0, 1)", 0.002],
|
| ];
|
|
|
| function setupTest()
|
|
|