Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html

Issue 2789323002: Update custom-properties/ layout test expectations on Mac (Closed)
Patch Set: Update test Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698