tor-browser

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

empty_cells_crash.html (198B)


      1 <!doctype html>
      2 <style>
      3  table {
      4    empty-cells: hide;
      5    border-collapse: collapse;
      6  }
      7  td {
      8    padding:0;
      9  }
     10 </style>
     11 
     12 <table>
     13  <td></td>
     14  <td colspan=2></td>
     15  <td></td>
     16 </table>
     17 </div>