blob: 476e4a075df6f6820e9194b14202357acb666854 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|