summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.html
blob: 43ab14072f8173be6470d7f9ff96fc64c625dbcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML>
<html>
<head>
 <link href="resources/text-justify.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1 style="font-size: 1em;">
text-justify: none <br><br>

This test checks that the 'none' value for text-justify property works properly.<br>
All of the lines with the value should <b>NOT</b> be justified.<br>
</h1>

<div class='testDiv alignJustify'>
text-align:justify<br/><br/>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.
</div>

<div class='testDiv alignJustify justifyNone'>
text-align:justify, text-justify:none<br/><br/>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.
</div>

</body>
</html>