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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk.html

Issue 1778743003: Make <custom-ident> not insert quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win_chromium_rel_ng Created 4 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/fast/css/font-family-trailing-bracket-gunk.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk.html b/third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk.html
index 0c43da32eb3c19ca3e4fa4939f6ef984956f20b1..9268a957be270d422c4412d77a6dc3670d66097e 100644
--- a/third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk.html
+++ b/third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk.html
@@ -14,7 +14,7 @@ var spanElement = document.getElementById('testspan');
var computedStyle = window.getComputedStyle(spanElement);
shouldBe("spanElement.innerHTML", "'foo'");
-shouldBe("computedStyle.getPropertyValue('font-family')", "\"'Arial [ding dong]', 'Helvetica [Xft]', Courier\"");
+shouldBe("computedStyle.getPropertyValue('font-family')", "'\"Arial [ding dong]\", \"Helvetica [Xft]\", Courier'");
document.body.removeChild(spanElement);

Powered by Google App Engine
This is Rietveld 408576698