layout/reftests/text/justification-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <body style="line-height:1.5em; width:6em; text-align:justify; border:1px solid black;">
     5 <!-- Test which white-space values are allowed to take justification -->
     7 <p style="white-space:normal;">I  am the
     8 very model of a modern major-general.</p>
     9 <p style="white-space:nowrap;">I  am the
    10 very model of a modern major-general.</p>
    11 <p style="white-space:pre;">I  am the
    12 very model of a modern major-general.</p>
    13 <p style="white-space:pre-wrap;">I  am the
    14 very model of a modern major-general.</p>
    15 <p style="white-space:pre-line;">I  am the
    16 very model of a modern major-general.</p>
    17 </body></html>

mercurial