tor-browser

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

393330-1.html (603B)


      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();">
     15 
     16 <div style="height: 20px; line-height: 20px; column-width: 100px;
     17            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>
     30 
     31 </body>
     32 </html>