s-11-1-1b-007-ref.html (416B)
1 <!doctype html> 2 <title>Reference for CSS Test: overflow:hidden on table with border-spacing overflowing upwards</title> 3 <link rel="author" title="Simon Pieters" href="mailto:simonp@opera.com"> 4 <style> 5 table { overflow:hidden; border-spacing:10px; margin-top:-10px } 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>