Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / complex-text-space-only-glyphpage.html
blob547ea896ed8b4d2d2dbd9e0fb2098badc7b14bb7
1 <style>
2 /* A font that contains glyps only for U+0020 and U+3042, and both are blank. */
3 @font-face {
4 font-family: 'SpaceAndHiraganaA';
5 src: url('resources/SpaceAndHiraganaA.ttf');
7 p.test1 {
8 font-family: SpaceAndHiraganaA;
9 text-rendering: optimizeLegibility;
11 p.test2 {
12 /* Arial doesn't contain a glyph for U+3042, hence the next font is selected. */
13 font-family: Arial, SpaceAndHiraganaA;
14 text-rendering: optimizeLegibility;
16 </style>
17 <p>White blank should follow this line. No garbage should be rendered.</p>
18 <p class="test1">&#x3042; &#x3042;</p>
19 <p class="test2">&#x3042; &#x3042;</p>