tor-browser

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

bug1356820-ref.html (622B)


      1 <!DOCTYPE HTML>
      2 <div style="display: grid; width: 5em;">
      3   <div style="word-wrap: break-word; width: 5em; justify-self:start">
      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="width: 5em; justify-self:start">
     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; writing-mode:vertical-lr; justify-self:start">
     20     first item with a longlonglongword
     21   </div>
     22   <div>
     23     second item
     24   </div>
     25 </div>