layout/reftests/bugs/393330-1-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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