tor-browser

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

bug1356820.html (583B)


      1 <!DOCTYPE HTML>
      2 <div style="display: grid; width: 5em;">
      3   <div style="word-wrap: break-word; min-width: 0;">
      4     first item with a longlonglongword
      5   </div>
      6   <div>
      7     second item
      8   </div>
      9 </div>
     10 <div style="display: grid; width: 5em;">
     11   <div style="min-width: 0;">
     12     first item with a longlonglongword
     13   </div>
     14   <div>
     15     second item
     16   </div>
     17 </div>
     18 <div style="display: grid; width: 5em;">
     19   <div style="word-wrap: break-word; min-height: 0; writing-mode:vertical-lr">
     20     first item with a longlonglongword
     21   </div>
     22   <div>
     23     second item
     24   </div>
     25 </div>