Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / complex-text-missing-glyph-fallback.html
blob4349dac08530fdc7d1a1ae082f058ee593ff2a5d
1 <meta charset="utf-8">
2 <p>
3 Verdana does not contain Japanese Hiragana glyphs,
4 so the text should be drawn inside the parentheses below by falling back to the next font.
5 </p>
6 <p>[<span style="text-rendering:optimizeLegibility; font-family: Verdana, sans-serif; line-height: 16px;">あいうえお</span>]</p>
7 <p>
8 Zero-width spaces should not be treated as missing glyphs.
9 </p>
10 <p>[<span style="font-family: Arial, Tahoma">&#x633;&zwnj;</span>]</p>
11 <p>[<span style="text-rendering:optimizeLegibility; font-family: Arial, Tahoma">AB&#8203;</span>]</p>