1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/justification-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<body style="line-height:1.5em; width:6em; text-align:justify; border:1px solid black; overflow:hidden;"> 1.7 + 1.8 +<p>I am the very model of a modern major-general.</p> 1.9 +<p style="width:100em;">I am the very model of a modern major-general.</p> 1.10 +<p style="width:100em;">I am the<br>very model of a modern major-general.</p> 1.11 +<p style="text-align:left;">I ​am ​the<br>very ​model ​of ​a ​modern ​major-general.</p> 1.12 +<p>I am the<br>very model of a modern major-general.</p> 1.13 +</body> 1.14 +</html>