Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/border-collapse-offset-002-ref.htm

20 lines
425 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<style type="text/css">
td {width: 100px; text-align:center}
caption {border:solid 4px green}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0"><caption>caption</caption>
<tbody><tr>
<td style="border:solid 4px orange; width:102px; height:34px">cell 1</td>
</tr>
</tbody></table>
</body></html>