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

Unified Diff: LayoutTests/fast/text/international/rtl-negative-letter-spacing.html

Issue 1203743002: Include glyph overflows caused by negative spacing into visual overflow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comments about negative word-spacing/letter-spacing 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 | « LayoutTests/TestExpectations ('k') | Source/core/layout/LayoutBlockFlowLine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/international/rtl-negative-letter-spacing.html
diff --git a/LayoutTests/fast/text/international/rtl-negative-letter-spacing.html b/LayoutTests/fast/text/international/rtl-negative-letter-spacing.html
index bc66185d9d6d665fc97b3e6a712d6eab401c46d2..5a918b51cee0c7d20e9604c114764d0b9c6eda88 100644
--- a/LayoutTests/fast/text/international/rtl-negative-letter-spacing.html
+++ b/LayoutTests/fast/text/international/rtl-negative-letter-spacing.html
@@ -5,14 +5,15 @@
#test {
direction: rtl;
letter-spacing: -10px;
+ float: right;
+ backface-visibility: hidden;
}
</style>
</head>
<body>
<div id="test">| <template></template>a</div>
- <p>
- The line above should have the letter a partially off screen to the
- right of the pipe character.
+ <p style="clear: both">
+ The line above should have the letter 'a' to the right of the pipe character.
</p>
</body>
</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/layout/LayoutBlockFlowLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698