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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-justify/text-justify-none-expected.html

Issue 50413008: Rendering text-justify:none (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: patch for landing Created 7 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
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <link href="resources/text-justify.css" rel="stylesheet" type="text/css">
5 </head>
6 <body>
7 <h1 style="font-size: 1em;">
8 text-justify: none <br><br>
9
10 This test checks that the 'none' value for text-justify property works properly. <br>
11 All of the lines with the value should <b>NOT</b> be justified.<br>
12 </h1>
13
14 <div class='testDiv alignJustify'>
15 text-align:justify<br/><br/>
16 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque vo lutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, vive rra non, semper suscipit, posuere a, pede.
17 </div>
18
19 <div class='testDiv alignStart'>
20 text-align:justify, text-justify:none<br/><br/>
21 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque vo lutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, vive rra non, semper suscipit, posuere a, pede.
22 </div>
23
24 </body>
25 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.html ('k') | Source/core/rendering/RenderBlockLineLayout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698