layout/generic/crashtests/404215-1.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <html>
     2 <head>
     3 <style>
     5 #colset {
     6   -moz-column-count: 3;
     7 }
     8 .a {
     9   height: 3in;
    10 }
    11 .b {
    12   height: 24pt;
    13 }
    14 .c {
    15   height: 336pt;
    16 }
    17 .d {
    18   position: absolute;
    19 }
    21 </style>
    22 </head>  
    24 <body onload="document.getElementById('a').className = '';">
    26 <div id="colset"><div><div class="a" id="a"></div><div class="b"><div class="c"></div><div class="d"></div></div></div></div>
    28 </body>
    29 </html>

mercurial