haikuwebkit/LayoutTests/fast/sub-pixel/table-with-subpixel-cell-si...

24 lines
517 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
td {
width: 50.9px;
border: 1px solid black;
}
</style>
</head>
<body>
<table border="1" cellpadding="1" cellspacing="0">
<tbody>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</body>
</html>