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

mercurial