Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / font-cachekey.html
blobcce17b6bebe515085f9bdac1ebe01cb8a1808e1e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <style type="text/css">
6 body {
7 font-family: "Ahem";
9 #kickFallback {
10 -webkit-font-smoothing: antialiased;
12 </style>
13 <title>Font Cache Key and Fallback</title>
14 </head>
15 <!--
16 Content shell caches fonts across running individual tests,
17 which is especially inconvenient for ref testing this
18 issue with the font cache. We work around this by making
19 use of the fact that in content_shell's font configuration
20 the chosen Devanagari fallback font from default sans-serif
21 and from "Ahem" are the same, but finding the fallback
22 starts from a different internal Font instance.
23 -->
24 <body><span id="kickFallback"></span><span>स्मि</span></body>
25 </html>