haikuwebkit/LayoutTests/fast/forms/input-zero-width-expected.html

14 lines
256 B
HTML

<html>
<body>
<table cellspacing="0" cellpadding="0" style="border-spacing: 0;">
<tr style="background-color: green;">
<td width="50px" height="20px"/>
<td style="background-color: red;">
<div></div>
</td>
<td width="50px"/>
</tr>
</table>
</body>
</html>