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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt

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/getComputedStyle/computed-style-font-family-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt
index 4a821f3289a2564ca4aee2c5c5152041ae5a3363..b4005b422815c8f120cb527e008f0504ad95b00f 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt
@@ -1,6 +1,6 @@
Font attributes. The font-family should list three families:
-font-family: monospace, 'Lucida Grande', sans-serif;
+font-family: monospace, "Lucida Grande", sans-serif;
font-kerning: auto;
font-size: 16px;
font-size-adjust: none;

Powered by Google App Engine
This is Rietveld 408576698