| 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 0195db8e0879e385fea76b27f6089d3f1b04225e..2ef7a96a557fbe69be3aa4072fde748255d33586 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
|
| @@ -106,6 +106,7 @@ assert_invalid("*+", "banana");
|
| assert_invalid("initial", "initial");
|
| assert_invalid("<length>|initial", "10px");
|
| assert_invalid("<length>|INHERIT", "10px");
|
| +assert_invalid("<percentage>|defAult", "2%");
|
|
|
| // Invalid initialValue
|
| assert_invalid("*", "initial");
|
|
|