summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/text/input-zero-width-expected.html
blob: f5f2faecf8bd0ed57e296e8e309db81e5db2947e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>