layout/reftests/box-properties/width-special-values-block-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE html>
     2 <html lang="en-US">
     3 <head>
     4   <title>-moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks</title>
     5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     6   <meta http-equiv="Content-Style-Type" content="text/css">
     7   <style type="text/css">
     9     body { font-size: 10px; line-height: 1; }
    11     div {
    12       margin-left: 1px;
    13       border-left: 2px solid;
    14       padding-left: 4px;
    15       padding-right: 8px;
    16       border-right: 16px solid;
    17       margin-right: 32px;
    19       background: yellow;
    20       margin-bottom: 1px;
    21       float: left;
    22       clear: left;
    23     }
    25     div.fill { width: 37px; }
    27   </style>
    28 </head>
    29 <body style="width: 100px">
    30 <div class="">A B</div>
    31 <div class="">A B</div>
    32 <div class="">A B</div>
    33 <div class="">A <br>B</div>
    34 <div class="">A <br>B</div>
    35 <div class="">A <br>B</div>
    36 <div class="">A B</div>
    37 <div class="">A B</div>
    38 <div class="">A B</div>
    39 <div class="fill">A B C D E F G H I J</div>
    40 <div class="fill">A B C D E F G H I J</div>
    41 <div class="fill">A B C D E F G H I J</div>
    42 <div class="">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA <br>B</div>
    43 <div class="">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA <br>B</div>
    44 <div class="">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA <br>B</div>
    45 <div class="fill">A B</div>
    46 <div class="fill">A B</div>
    47 <div class="fill">A B</div>
    48 </body>
    49 </html>

mercurial