| Index: LayoutTests/transitions/background-transitions.html
|
| diff --git a/LayoutTests/transitions/background-transitions.html b/LayoutTests/transitions/background-transitions.html
|
| index 5d5dd796a9fbb4475d57f3cf97be0159c33ec5bc..26fcf801c90b9f6c6eb099ce8e8f05c12a162a83 100644
|
| --- a/LayoutTests/transitions/background-transitions.html
|
| +++ b/LayoutTests/transitions/background-transitions.html
|
| @@ -36,7 +36,7 @@
|
|
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| - [0.5, 'box', 'background-position', [10, 10], 2],
|
| + [0.5, 'box', 'background-position', ['left', 10, 'top', 10], 2],
|
| [0.5, 'box2', '-webkit-background-size', [20, 20], 2],
|
| ];
|
|
|
|
|