Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / svg-fonts-segmented.xhtml
index 4288964..92cf6ef 100644 (file)
@@ -18,7 +18,7 @@
 @font-face {
     font-family: 'TestFont';
     src: url('#TestFont') format(svg);
-    unicode-range: U+6F; /* 'o' */
+    unicode-range: U+66, U+6F; /* 'f' (missing glyph) and 'o' */
 }
 </style>
 </head>