Dactyloidae/layout/reftests/bugs/403519-2-ref.html
Gaming4JC 4bc299bb79 Issue #1230 - Part 3: Update Reftests
Ref:
1434478 part 7 - Update tests and enable some previously temporarily disabled Grid reftests from bug 1427608.
2019-10-05 07:22:16 +08:00

29 lines
491 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
<style>
td {
border: 1px solid black;
background-color: lime;
}
table {
border: 1px solid black;
background-color: red;
width: 200px;
border-spacing: 0;
}
</style>
</head>
<body>
<table>
<tbody><tr>
<td colspan="2"><div>&nbsp;</div></td>
<td>b</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody></table>
</body></html>