I use the following HTML:
<textarea></textarea>
And the following CSS:
textarea{
display: block;
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
width: 100px;
height: 100px;
resize: none;
}
Firefox, Safari give me just what I expected a textarea of 100 x 100, but Chrome 111 x 111 (even the Chrome inspector displays 100x100).
Here is an screenshot I took: http://afbeelding.im/GF5f3d
