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

Unified Diff: LayoutTests/fast/text/glyph-overflow-with-word-spacing.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
« no previous file with comments | « no previous file | LayoutTests/fast/text/glyph-overflow-with-word-spacing-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/glyph-overflow-with-word-spacing.html
diff --git a/LayoutTests/fast/text/glyph-overflow-with-word-spacing.html b/LayoutTests/fast/text/glyph-overflow-with-word-spacing.html
new file mode 100644
index 0000000000000000000000000000000000000000..a24d7db2afddad199ccca7e3028999a157294d43
--- /dev/null
+++ b/LayoutTests/fast/text/glyph-overflow-with-word-spacing.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; float: left; backface-visibility: hidden">o f</div>
« no previous file with comments | « no previous file | LayoutTests/fast/text/glyph-overflow-with-word-spacing-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698