Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css3-text / css3-text-justify / text-justify-none.html
blob43ab14072f8173be6470d7f9ff96fc64c625dbcf
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>
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>
14 <div class='testDiv alignJustify'>
15 text-align:justify<br/><br/>
16 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.
17 </div>
19 <div class='testDiv alignJustify justifyNone'>
20 text-align:justify, text-justify:none<br/><br/>
21 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.
22 </div>
24 </body>
25 </html>