tor-browser

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

1411799-1-ref.html (550B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="UTF-8">
      4 <title>Testcase, Mozilla bug 1411799</title>
      5 <style>
      6  section {
      7    width: 42em;
      8  }
      9 
     10  ul {
     11    padding: 0;
     12    list-style-type: none;
     13    columns: 14em;
     14    column-gap: 0;
     15  }
     16 
     17  li {
     18    margin: 0 0 8px 0;
     19    padding: 0;
     20  }
     21 
     22  li::before {
     23    display: inline-block;
     24    margin-left: 4px;
     25    width: 16px;
     26    content: 'o';
     27  }
     28 
     29 </style>
     30 
     31 <section>
     32  <ul>
     33    <li>Future</li>
     34    <li>Firefox 70</li>
     35    <li>Firefox 69</li>
     36    <li>Firefox 68</li>
     37    <li>Previous Versions</li>
     38  </ul>
     39 </section>