tor-browser

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

bug1375518-ref.html (232B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Table border collapse</title>
      5 <style>
      6  div {
      7    background-color: black;
      8    height: 100px;
      9    width: 100px;
     10    border-radius: 50px;
     11  }
     12 </style>
     13 </head>
     14 <body>
     15  <div></div>
     16 </body>
     17 </html>