Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / font-face-character-fallback.html
index 3488005..3510306 100644 (file)
@@ -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 {