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

Unified Diff: LayoutTests/fast/text/glyph-overflow-with-word-spacing-expected.html

Issue 1204783002: Fix glyph overflow with word-spacing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/glyph-overflow-with-word-spacing-expected.html
diff --git a/LayoutTests/fast/text/glyph-overflow-with-word-spacing-expected.html b/LayoutTests/fast/text/glyph-overflow-with-word-spacing-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d7f0c196ee74a4e01dbf6c68b0f58627094be590
--- /dev/null
+++ b/LayoutTests/fast/text/glyph-overflow-with-word-spacing-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<div>
+Tests whether visual overflow contains glyph overflow when there is word-spacing.
+Passes if the overhanging part of 'f' character is not clipped off.
+<div>
+<div style="font-size: 100px; word-spacing: 50px;">o f&nbsp;</div>
« no previous file with comments | « LayoutTests/fast/text/glyph-overflow-with-word-spacing.html ('k') | Source/core/layout/line/BreakingContextInlineHeaders.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698