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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/international/complex-text-missing-glyph-fallback.html
diff --git a/LayoutTests/fast/text/international/complex-text-missing-glyph-fallback.html b/LayoutTests/fast/text/international/complex-text-missing-glyph-fallback.html
index d959fe762ef0213031b34a678dc27ceba81dd8bd..4349dac08530fdc7d1a1ae082f058ee593ff2a5d 100644
--- a/LayoutTests/fast/text/international/complex-text-missing-glyph-fallback.html
+++ b/LayoutTests/fast/text/international/complex-text-missing-glyph-fallback.html
@@ -3,7 +3,7 @@
Verdana does not contain Japanese Hiragana glyphs,
so the text should be drawn inside the parentheses below by falling back to the next font.
</p>
-<p>[<span style="text-rendering:optimizeLegibility; font-family: Verdana, sans-serif">あいうえお</span>]</p>
+<p>[<span style="text-rendering:optimizeLegibility; font-family: Verdana, sans-serif; line-height: 16px;">あいうえお</span>]</p>
<p>
Zero-width spaces should not be treated as missing glyphs.
</p>
« 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