layout/reftests/text/pre-line-2.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <body>
     5 <!-- Check that a pre-line newline inhibits margin collapsing -->
     7 <div style="margin-bottom:100px;">Hello</div>
     8 <span style="white-space:pre-line;">
     9 </span>
    10 <div style="margin-top:100px;">Kitty</div>
    11 </body>
    12 </html>

mercurial