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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/layout/LayoutBlockFlowLine.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #test { 5 #test {
6 direction: rtl; 6 direction: rtl;
7 letter-spacing: -10px; 7 letter-spacing: -10px;
8 float: right;
9 backface-visibility: hidden;
8 } 10 }
9 </style> 11 </style>
10 </head> 12 </head>
11 <body> 13 <body>
12 <div id="test">| <template></template>a</div> 14 <div id="test">| <template></template>a</div>
13 <p> 15 <p style="clear: both">
14 The line above should have the letter a partially off screen to the 16 The line above should have the letter 'a' to the right of the pipe c haracter.
15 right of the pipe character.
16 </p> 17 </p>
17 </body> 18 </body>
18 </html> 19 </html>
OLDNEW
« 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