| Index: LayoutTests/css3/calc/number-parsing.html
|
| diff --git a/LayoutTests/css3/calc/number-parsing.html b/LayoutTests/css3/calc/number-parsing.html
|
| index bf70d62c3549107230eb5bd6ba810c71f0da4fc6..021c75559f0424f14c3d4724dbccae5c0f06a5ce 100644
|
| --- a/LayoutTests/css3/calc/number-parsing.html
|
| +++ b/LayoutTests/css3/calc/number-parsing.html
|
| @@ -21,7 +21,6 @@ test(function() {
|
| 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 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);
|
| assertParsedValue('-webkit-filter', 'invert(calc(2 / 4))', 'invert(0.5)');
|
|
|