servo/tests/wpt/web-platform-tests/css/CSS2/css21-errata/s-11-1-1b-003-ref.html

11 lines
No EOL
374 B
HTML

<!doctype html>
<title>Reference for CSS Test: overflow:auto on table overflowing upwards</title>
<link rel="author" title="Simon Pieters" href="mailto:simonp@opera.com">
<style>
table { border-spacing:0; margin-top:-15px }
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>