tor-browser

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

s-11-1-1b-005-ref.html (400B)


      1 <!doctype html>
      2 <title>Reference for CSS Test: overflow:hidden on table with caption overflowing upwards</title>
      3 <link rel="author" title="Simon Pieters" href="mailto:simonp@opera.com">
      4 <style>
      5 table { border-spacing:0; position:absolute; top:40px }
      6 td { padding:0; background:black; width:20px; height:20px }
      7 </style>
      8 <p>Test passes if there is a black square below.</p>
      9 <table>
     10 <tr><td>
     11 </table>