OLD | NEW |
(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> |
OLD | NEW |