11 lines
No EOL
400 B
HTML
11 lines
No EOL
400 B
HTML
<!doctype html>
|
|
<title>Reference for CSS Test: overflow:hidden on table with caption overflowing upwards</title>
|
|
<link rel="author" title="Simon Pieters" href="mailto:simonp@opera.com">
|
|
<style>
|
|
table { border-spacing:0; position:absolute; top:40px }
|
|
td { padding:0; background:black; width:20px; height:20px }
|
|
</style>
|
|
<p>Test passes if there is a black square below.</p>
|
|
<table>
|
|
<tr><td>
|
|
</table> |