| 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 {
|
|
|