tor-browser

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

443616-1a.xhtml (530B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE html>
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 <body>
      5 <table cellpadding="0" cellspacing="0">
      6  <tr>
      7    <td rowspan="2">
      8      Sidebar <br />
      9      an unused link <br />
     10      next unused link <br />
     11    </td>
     12    <td>
     13      content <br />
     14      more content
     15      <script type="text/javascript">
     16         document.body.offsetWidth;
     17      </script>
     18    </td>
     19  </tr>
     20  <tr>
     21    <td>
     22      no yes no yes
     23    </td>
     24  </tr>
     25 </table>
     26 </body>
     27 </html>