layout/generic/crashtests/400244-1.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!DOCTYPE html> 
     2 <html>
     3 <head>
     4 <style>
     6   #colset { 
     7     -moz-column-count: 2; 
     8     -moz-column-gap: 0; 
     9     border: 2px solid black; 
    10     height: 12em; 
    11   }
    13   #b { 
    14     margin: 10em 0pt; 
    15   }
    17   #i { 
    18     margin: 12em 0pt; 
    19     float: left; 
    20     -moz-appearance: radio-small;
    21   }
    23 </style>
    24 </head>
    26 <body onload="document.getElementById('i').style.padding = '1em 0';">
    28 <div id="colset"><br id="b"><div id="i"></div></div>
    30 </body>
    31 </html>

mercurial