Look at this table:
<div style="position: absolute; right:0; top:0; width:100px;">
<table style="width: 100%; border-bottom: white 1px solid">
<tr>
<td>X:</td>
<td><input type="text" style="width:100%"/></td>
<td>Y:</td>
<td><input type="text" style="width:100%"/></td>
<td>Z:</td>
<td><input type="text" style="width:100%"/></td>
</tr>
</table>
</div>
Input field widths are equal in Firefox, but right and middle one are smaller in Chrome.
I have no idea this happens, no clue whatsoever.
Do you know any solutions to fix this in Chrome?