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

Side by Side Diff: LayoutTests/fast/css/word-spacing-inline-box-line-width.html

Issue 704693003: Correct line width calculation with inline-block induced word spacing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « no previous file | LayoutTests/fast/css/word-spacing-inline-box-line-width-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #container {
4 width: 300px;
5 height: 300px;
6 border: solid 1px red;
7 text-align: end;
8 word-spacing: 10px;
9 }
10 </style>
11 <div id="container">
12 <span>AAAAA</span>
13 <span style="display:inline-block">BBBBB</span>
14 <span>CCCCC</span>
15 </div>
16 This test passes if the texts are aligned right, without overflowing.
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/word-spacing-inline-box-line-width-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698