| 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 74979f22b2e5bf20cce9c8141d77b7fa339de13a..1a7b68168832fa1c39e1b1ba9370aa5d4363fafa 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
|
| @@ -85,7 +85,7 @@ assert_valid("ba\f\n|\tna\r|nya", "nya");
|
|
|
| assert_valid(null, "null");
|
| assert_valid(undefined, "undefined");
|
| -assert_valid(["banana"], "banana");
|
| +assert_valid(["array"], "array");
|
|
|
| // Invalid syntax
|
| assert_invalid("banana,nya", "banana");
|
|
|