| Index: third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html
|
| diff --git a/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html b/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html
|
| index 68e70c189e6247c4658cbc25fee97bc2570c5205..b1152311bc4a49a4764229757c25575b4204f056 100644
|
| --- a/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html
|
| +++ b/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html
|
| @@ -132,6 +132,9 @@ assert_invalid("<length>", "10em");
|
| assert_invalid("<length>", "10vmin");
|
| assert_invalid("<length>", "calc(4px + 3em)");
|
| assert_invalid("<length>", "calc(4px + calc(8 * 2em))");
|
| +assert_invalid("<length>+", "calc(2ex + 16px)");
|
| +assert_invalid("<length>+", "10px calc(20px + 4rem)");
|
| +assert_invalid("<percentage> | <length>+", "calc(100vh - 10px) 30px");
|
| assert_invalid("<length>", "10px;");
|
| assert_invalid("<length-percentage>", "calc(2px + 10% + 7ex)");
|
| assert_invalid("<percentage>", "0");
|
|
|