1
0
Fork 0
firefox/testing/web-platform/tests/css/CSS2/css21-errata/s-11-1-1b-005-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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>