| Index: LayoutTests/fast/css3-text/css3-text-justify/text-justify-none-expected.html
|
| diff --git a/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none-expected.html b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0b1b7c90b5e7c1ff2a38ac1c6bd8f15139de9776
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none-expected.html
|
| @@ -0,0 +1,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 alignStart'>
|
| +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>
|
|
|