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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/beforeSelectorOnCodeElement.html

Issue 2721613002: Fix matching Roboto Bold for src: local("Roboto Regular") (Closed)
Patch Set: Fix test case for Mac Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/font-face-multiple-ranges-for-unicode-range.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/beforeSelectorOnCodeElement.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/beforeSelectorOnCodeElement.html b/third_party/WebKit/LayoutTests/fast/css/beforeSelectorOnCodeElement.html
index 6d6850447d9e264ef87de56dbdfb1dea89a422a1..cd3e64b953af748a2d7d72f304a5a0f970ab0c83 100644
--- a/third_party/WebKit/LayoutTests/fast/css/beforeSelectorOnCodeElement.html
+++ b/third_party/WebKit/LayoutTests/fast/css/beforeSelectorOnCodeElement.html
@@ -3,7 +3,7 @@
<style>
@font-face {
font-family: '-webkit-monospace';
- src: local('Courier');
+ src: local('Courier'), local('Courier New');
}
/* Match Mac OS X's font fallback behavior on Windows */
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/font-face-multiple-ranges-for-unicode-range.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698