| Index: LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.html
 | 
| diff --git a/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.html b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..43ab14072f8173be6470d7f9ff96fc64c625dbcf
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.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 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>
 | 
| 
 |