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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/css/css2-system-fonts-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/platform/win/fast/css/css2-system-fonts-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/css/css2-system-fonts-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/css/css2-system-fonts-expected.txt
index a3aa7642fe0f4c16a387ea619ca1e5d8ca611f1a..ddadcdbe0ccf308a0fbbf6bd86637f01b8a15e93 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/css/css2-system-fonts-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/css/css2-system-fonts-expected.txt
@@ -1,7 +1,7 @@
This tests platform specific system font styles. If any of the styles appear in monospace the test fails.
caption: normal normal normal normal 16px / normal Arial
icon: normal normal normal normal 16px / normal Arial
-menu: normal normal normal normal 12px / normal 'Segoe UI'
+menu: normal normal normal normal 12px / normal "Segoe UI"
message-box: normal normal normal normal 16px / normal Arial
-small-caption: normal normal normal normal 12px / normal 'Segoe UI'
-status-bar: normal normal normal normal 12px / normal 'Segoe UI'
+small-caption: normal normal normal normal 12px / normal "Segoe UI"
+status-bar: normal normal normal normal 12px / normal "Segoe UI"

Powered by Google App Engine
This is Rietveld 408576698