| Index: LayoutTests/css3/calc/number-parsing.html
|
| diff --git a/LayoutTests/css3/calc/number-parsing.html b/LayoutTests/css3/calc/number-parsing.html
|
| index e89c8acd55bdb166587a9c84e6be8d2609893474..bf70d62c3549107230eb5bd6ba810c71f0da4fc6 100644
|
| --- a/LayoutTests/css3/calc/number-parsing.html
|
| +++ b/LayoutTests/css3/calc/number-parsing.html
|
| @@ -20,7 +20,7 @@ test(function() {
|
| assertParsedValue('grid-row-start', 'calc(1 + 2) test', '3 test');
|
| assertParsedValue('grid-row-start', 'calc(1 / 2) test', null);
|
| assertParsedValue('font-weight', 'calc(100 + 200)', null);
|
| - assertParsedValue('flex', 'calc(1 + 2) calc(3 + 4)', '3 7 0px');
|
| + assertParsedValue('flex', 'calc(1 + 2) calc(3 + 4)', '3 7 0%');
|
| assertParsedValue('-webkit-aspect-ratio', 'calc(1 + 2)/calc(3 + 4)', '3/7');
|
| assertParsedValue('-webkit-filter', 'saturate(calc(4 / 2))', 'saturate(2)');
|
| assertParsedValue('-webkit-filter', 'invert(calc(4 / 2))', null);
|
|
|