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