layout/generic/crashtests/404146-1.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <html>
     2 <head>
     3 <style>
     5 .colset { 
     6   -moz-column-count: 2; 
     7   -moz-column-width: 50px; 
     8   float: left; 
     9   border: 2px solid black; 
    10   height: 10em; 
    11   font: 12px monospace;
    12 }
    14 #t {
    15   display: inline-block;
    16   background: lightgreen;
    17   height: 7em;
    18   width: 29px;
    19 }
    21 </style>
    22 </head>
    24 <body onload="document.getElementById('t').style.width = '30px';">
    26 <div class="colset">The quick <span><div id="t"></div>brown</span></div>
    28 </body></html>

mercurial