Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: LayoutTests/fast/text/international/complex-text-missing-glyph-fallback.html

Issue 336603004: Change complex-text-missing-glyph-fallback to have fixed line height (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <meta charset="utf-8"> 1 <meta charset="utf-8">
2 <p> 2 <p>
3 Verdana does not contain Japanese Hiragana glyphs, 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. 4 so the text should be drawn inside the parentheses below by falling back to the next font.
5 </p> 5 </p>
6 <p>[<span style="text-rendering:optimizeLegibility; font-family: Verdana, sans-s erif">あいうえお</span>]</p> 6 <p>[<span style="text-rendering:optimizeLegibility; font-family: Verdana, sans-s erif; line-height: 16px;">あいうえお</span>]</p>
7 <p> 7 <p>
8 Zero-width spaces should not be treated as missing glyphs. 8 Zero-width spaces should not be treated as missing glyphs.
9 </p> 9 </p>
10 <p>[<span style="font-family: Arial, Tahoma">&#x633;&zwnj;</span>]</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> 11 <p>[<span style="text-rendering:optimizeLegibility; font-family: Arial, Tahoma"> AB&#8203;</span>]</p>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/international/complex-text-missing-glyph-fallback-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698