layout/reftests/bugs/393330-1-ref.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 <head>
     4 <style type="text/css">
     5   #div > div { text-indent: 0 }
     6   div > div > div { display: inline-block; width: 30px; }
     7   body > div > div { text-decoration: underline; }
     8 </style>
     9 <body>
    10 <div style="height: 20px; line-height: 20px; -moz-column-width: 100px;
    11             -moz-column-gap: 0px">
    12 <div id="div" style="text-indent: 30px;">
    13   <div>a</div>
    14   <div>a</div>
    15 </div>
    16 <div>
    17   <div>a</div>
    18   <div>a</div>
    19   <div>a</div>
    20 </div>
    21 <div>
    22   <div>a</div>
    23   <div>a</div>
    24   <div>a</div>
    25 </div>
    26 <div>
    27   <div style="width: 100px">b</div>
    28 </div>
    29 </div>
    30 </body>
    31 </html>

mercurial