layout/reftests/text/pre-line-1.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 <head>
     4 <style>
     5 .preline { white-space:pre-line; }
     6 span { background:yellow; }
     7 .float { float:left; background:orange; }
     8 .outer { overflow:auto; margin:1em; }
     9 </style>
    10 </head>
    11 <body>
    15 <!-- Note, in the following tests there are trailing spaces after "is" and on the second
    16      blank line. -->
    18 <div class="outer"><div class="preline">My    name is   
    20  Fred.</div></div>
    21 <div class="outer"><span class="preline">My    name is   
    23  Fred.</span></div>
    29 <div class="outer"><div class="preline float">My    name is   
    31  Fred.</div></div>
    32 <div class="outer"><div class="float"><span class="preline">My    name is   
    34  Fred.</span></div></div>
    40 <div class="outer"><div style="width:0;"><div class="preline float">My    name is   
    42  Fred.</div></div></div>
    43 <div class="outer"><div style="width:0;"><div class="float"><span class="preline">My    name is   
    45  Fred.</span></div></div></div>
    47 </body>
    48 </html>

mercurial