tor-browser

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

s-11-1-1b-001-ref.html (441B)


      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 { overflow:hidden; border-spacing:0 }
      6 caption { margin-bottom:10px }
      7 td { padding:0; background:black; width:20px; height:20px }
      8 </style>
      9 <p>Test passes if there is a black square below.</p>
     10 <table>
     11 <caption></caption>
     12 <tr><td>
     13 </table>