tor-browser

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

712849-1-ref.html (514B)


      1 <!DOCTYPE html>
      2 <html><head>
      3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      4   <title>testcase</title>
      5 <style>
      6 .tt {
      7   border-collapse: collapse;
      8 }
      9 .nix {
     10   display: none;
     11 }
     12 .ref {
     13   border: solid 3px darkred;
     14 }
     15 
     16 td {
     17   width: 20px;
     18   height: 20px;
     19 }
     20 
     21 </style>
     22 </head>
     23 <body>
     24  <table class="tt">
     25    <tr id="1"><td >&nbsp;</td></tr>
     26    <tr id="2" class="nix"><td >&nbsp;</td></tr>
     27    <tr id="3" class="ref"><td >&nbsp;</td></tr>
     28    <tr><td>&nbsp;</td></tr>
     29  </table>
     30 </body>
     31 </html>