| Index: LayoutTests/transitions/shape-transition.html
|
| diff --git a/LayoutTests/transitions/shape-transition.html b/LayoutTests/transitions/shape-transition.html
|
| index 213606c959477b16caa5fd201ccbe51fd2362cca..dd09ebb813be92ff4d18fb2de0dd068b0b02fd3b 100644
|
| --- a/LayoutTests/transitions/shape-transition.html
|
| +++ b/LayoutTests/transitions/shape-transition.html
|
| @@ -24,8 +24,8 @@
|
|
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| - [0.5, 'box', 'shape-outside', 'polygon(nonzero, 40px 40px)', 1],
|
| - [0.5, 'box', 'shape-inside', 'polygon(nonzero, 40px 40px)', 1],
|
| + [0.5, 'box', 'shape-outside', 'polygon(40px 40px)', 1],
|
| + [0.5, 'box', 'shape-inside', 'polygon(40px 40px)', 1],
|
| ];
|
|
|
| function setupTest()
|
|
|