tor-browser

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

503364-1b.html (577B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait" style="display: none">
      3  <head>
      4    <script>
      5      function doTest() {
      6        document.documentElement.style.display = "";
      7        document.documentElement.className = "";
      8      }
      9      window.addEventListener("MozReftestInvalidate", doTest);
     10    </script>
     11  </head>
     12  <body>
     13     <table style="position: absolute; top: 100px; left: 100px;">
     14       <tr>
     15         <td>
     16           <div style="position: absolute; left: 20px; top: 20px; background: black; height: 20px; width: 20px"></div>
     17         </td>
     18       </tr>
     19  </body>
     20 </html>