| Index: LayoutTests/animations/3d/transform-perspective.html
|
| diff --git a/LayoutTests/animations/3d/transform-perspective.html b/LayoutTests/animations/3d/transform-perspective.html
|
| index 768c120fbdea199c39c8b8b835af66c056fb0a1f..59f9f5464e1f6e769be82a6afbf1d36ba21820eb 100644
|
| --- a/LayoutTests/animations/3d/transform-perspective.html
|
| +++ b/LayoutTests/animations/3d/transform-perspective.html
|
| @@ -32,7 +32,7 @@
|
| 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, "box2", "webkitTransform", [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0005, 0, 0, 0, 1], 0.002],
|
| ];
|
|
|
| function setupTest()
|
|
|