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

Unified Diff: LayoutTests/fast/css/font-face-character-fallback.html

Issue 162883002: Primary FontData of FontFallbackList should have space character (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | LayoutTests/fast/css/font-face-unicode-range-load.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-face-character-fallback.html
diff --git a/LayoutTests/fast/css/font-face-character-fallback.html b/LayoutTests/fast/css/font-face-character-fallback.html
index 34880053ee1b22579139818349a4c46ad0ffd9f8..351030660bca458afe13913a8790940498d9374a 100644
--- a/LayoutTests/fast/css/font-face-character-fallback.html
+++ b/LayoutTests/fast/css/font-face-character-fallback.html
@@ -4,7 +4,7 @@
@font-face {
font-family: 'test';
font-weight: 400;
- unicode-range: U+0041-005A; /* A-Z */
+ unicode-range: U+0020, U+0041-005A; /* space, A-Z */
src: local('Helvetica'), local('Arial');
}
@font-face {
« no previous file with comments | « no previous file | LayoutTests/fast/css/font-face-unicode-range-load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698