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

Unified Diff: LayoutTests/fast/text/glyph-overflow.html

Issue 1153173011: Force glyph overflow calculation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaselines 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.html
diff --git a/LayoutTests/fast/text/glyph-overflow.html b/LayoutTests/fast/text/glyph-overflow.html
new file mode 100644
index 0000000000000000000000000000000000000000..9e021c1ec8170e6afaceb05ed71128cf04279a0e
--- /dev/null
+++ b/LayoutTests/fast/text/glyph-overflow.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<div>
+Tests whether visual overflow contains glyph overflow.
+Passes if the overhanging part of 'f' character is not clipped off.
+</div>
+<div style="float: left; font-size: 100px; backface-visibility: hidden; backface-visibility: hidden">f</div>

Powered by Google App Engine
This is Rietveld 408576698