| Index: LayoutTests/animations/combo-transform-rotate+scale.html
|
| diff --git a/LayoutTests/animations/combo-transform-rotate+scale.html b/LayoutTests/animations/combo-transform-rotate+scale.html
|
| index 2d24cec15153e53571414a6019357b631ad2f97c..96e7f1e6eb2f983d59ba811e276f7c7c97d9c172 100644
|
| --- a/LayoutTests/animations/combo-transform-rotate+scale.html
|
| +++ b/LayoutTests/animations/combo-transform-rotate+scale.html
|
| @@ -24,7 +24,7 @@
|
|
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| - [0.5, "box", "webkitTransform", [0,1.25,-1.7,0,0], 0.2],
|
| + [0.5, "box", "webkitTransform", [0,1.25,-1.7,0,0,0], 0.2],
|
| [1.0, "box", "webkitTransform", [-1.5,0,0,-2.5,0,0], 0.2],
|
| ];
|
|
|
|
|