Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>CSS Test: overflow:auto on table overflowing upwards</title>
<link rel="author" title="Simon Pieters" href="mailto:simonp@opera.com">
<meta name="assert" content="Test checks that overflow:auto on table means visible.">
<link rel="match" href="s-11-1-1b-001-ref.html">
<style>
table { overflow:auto; border-spacing:0 }
td { padding:0 }
div { width:20px; height:20px; margin-top:-15px; background:black }
</style>
<p>Test passes if there is a black square below.</p>
<table>
<tr><td><div></div>
</table>