tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

586806-1.html (802B)


      1 <html class="reftest-wait">
      2 <head>
      3 <script>
      4 function doe2() {
      5 document.getElementById('b').style.position = 'static';
      6 document.getElementById('a').setAttribute('style', 'position: absolute; column-count: 2;');
      7 document.documentElement.removeAttribute("class");
      8 }
      9 </script>
     10 </head>
     11 <style>body * {border: 1px solid black;}</style>
     12 <body onload="doe2();">
     13 <div style="width: 500px;border: 1px solid black;">
     14 <div style="display: inline-block; width: 100px; height: 100px;"></div>
     15 <span style="position: absolute;"></span>
     16 mmmmmmmmmmmmmmmmmmmmmmm
     17 
     18 <span id="a">mmmmmmmmmmmmmmmmmmmm
     19 
     20 <div id="b" style="display: inline-block; width: 240px; height: 100px; position: absolute;"></div>
     21 m mm mm mm mm mm mm mm mm m
     22 <span style="float: left;">m</span>
     23 </span>
     24 </div>
     25 </body>
     26 
     27 </html>