layout/reftests/text/justification-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/justification-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<body style="line-height:1.5em; width:6em; text-align:justify; border:1px solid black;">
     1.7 +
     1.8 +<!-- Test which white-space values are allowed to take justification -->
     1.9 +
    1.10 +<p style="white-space:normal;">I  am the
    1.11 +very model of a modern major-general.</p>
    1.12 +<p style="white-space:nowrap;">I  am the
    1.13 +very model of a modern major-general.</p>
    1.14 +<p style="white-space:pre;">I  am the
    1.15 +very model of a modern major-general.</p>
    1.16 +<p style="white-space:pre-wrap;">I  am the
    1.17 +very model of a modern major-general.</p>
    1.18 +<p style="white-space:pre-line;">I  am the
    1.19 +very model of a modern major-general.</p>
    1.20 +</body></html>

mercurial