| 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 1a7b68168832fa1c39e1b1ba9370aa5d4363fafa..b73994970a928d694331c74fe625a7add7edb222 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
|
| @@ -146,6 +146,7 @@ assert_invalid("<integer>", "1.0");
|
| assert_invalid("<integer>", "1e0");
|
| assert_invalid("<number>|foo", "foo var(--foo, bla)");
|
|
|
| +assert_invalid("<angle>", "0");
|
| assert_invalid("<angle>", "10%");
|
| assert_invalid("<time>", "2px");
|
| assert_invalid("<resolution>", "10");
|
|
|