Index: LayoutTests/animations/matrix-anim.html |
diff --git a/LayoutTests/animations/matrix-anim.html b/LayoutTests/animations/matrix-anim.html |
index 8b3e0f2b6538ec3fb9a60d4374e50adb2a498474..4f7cee8e508725aa9632c9d0327057da785a05b0 100644 |
--- a/LayoutTests/animations/matrix-anim.html |
+++ b/LayoutTests/animations/matrix-anim.html |
@@ -25,7 +25,7 @@ |
const expectedValues = [ |
// [time, element-id, property, expected-value, tolerance] |
- [0.5, "box", "webkitTransform", [1,0,0,1], 0.1], |
+ [0.5, "box", "webkitTransform", [1,0,0,1,0,0], 0.1], |
]; |
runAnimationTest(expectedValues); |