Following code renders a textarea which should have 3 visible rows:
<textarea id="txtInput" rows="3" cols="20" style="overflow:auto"></textarea>
However, in Firefox (version 20.0.1), 4 rows are shown instead of 3.
See also http://jsfiddle.net/KxXsS/
How can I fix this?