layout/reftests/text/justification-1-ref.html

changeset 0
6474c204b198
     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 &nbsp;am the<br>very model of a modern major-general.</p>
    1.11 +<p style="text-align:left;">I&nbsp;&nbsp;&#x200b;am&nbsp;&#x200b;the<br>very&nbsp;&#x200b;model&nbsp;&#x200b;of&nbsp;&#x200b;a&nbsp;&#x200b;modern&nbsp;&#x200b;major-general.</p>
    1.12 +<p>I am the<br>very model of a modern major-general.</p>
    1.13 +</body>
    1.14 +</html>

mercurial