tor-browser

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

outline-table-caption-invisible.html (158B)


      1 <!DOCTYPE html>
      2 <style>
      3 table { outline: 1px solid red; visibility: hidden; }
      4 </style>
      5 <table>
      6  <caption>Caption</caption>
      7  <tr><td>Cell</td></tr>
      8 </table>