layout/reftests/bugs/384876-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 <html>
     2 <head>
     3     <title>Width:auto and padding</title>
     4 </head>
     6 <body>
     8 <div style="border-bottom:5px solid #000;
     9             overflow: hidden;
    10             background-color:#fbb;
    11             position: absolute; 
    12             left:0px;
    13             top:20px"><div style="padding: 0px 0px 0px 45px;">The bottom border should end with my text (overflow:hidden)</div></div>
    15 <div style="border-bottom:5px solid #000;
    16             overflow: visible;
    17             background-color:#fbb;
    18             position: absolute; 
    19             left:0px;
    20             top:60px"><div style="padding: 0px 0px 0px 45px;">The bottom border should end with my text (overflow:visible)</div></div>
    22 <div style="border-bottom:5px solid #000;
    23             overflow: auto;
    24             background-color:#fbb;
    25             position: absolute; 
    26             left:0px;
    27             top:100px"><div style="padding: 0px 0px 0px 45px;">The bottom border should end with my text (overflow:auto)</div></div>
    29 <div style="border-bottom:5px solid #000;
    30             background-color:#fbb;
    31             position: absolute; 
    32             left:0px;
    33             top:140px"><div style="padding: 0px 0px 0px 45px;">The bottom border should end with my text (no overflow defined)</div></div>
    36 </body>
    37 </html>

mercurial