| Index: LayoutTests/transitions/multiple-background-transitions.html
|
| diff --git a/LayoutTests/transitions/multiple-background-transitions.html b/LayoutTests/transitions/multiple-background-transitions.html
|
| index b6b30dfe732a28ed6b1ab6ff29c1f1d5b0df6e32..64609f3a4f0168b784a2f3b4f0db5d1f56c57357 100644
|
| --- a/LayoutTests/transitions/multiple-background-transitions.html
|
| +++ b/LayoutTests/transitions/multiple-background-transitions.html
|
| @@ -50,9 +50,9 @@
|
|
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| - [0.5, 'box', 'background-position', [40, 40], 2],
|
| - [0.5, 'box2', 'background-position', [40, 40], 2],
|
| - [0.5, 'box3', 'background-position', [40, 40], 2],
|
| + [0.5, 'box', 'background-position', "40px 40px, 40px 40px", 2],
|
| + [0.5, 'box2', 'background-position', "40px 40px", 2],
|
| + [0.5, 'box3', 'background-position', "40px 40px, 40px 80px", 2],
|
| ];
|
|
|
| function setupTest()
|
|
|