haikuwebkit/LayoutTests/fast/forms/textarea-scroll-height.html

29 lines
478 B
HTML

<textarea id="area" style="width:200px;height:200px">
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
Lots of content.
</textarea>
<script>
document.write(document.getElementById('area').scrollWidth + " " + document.getElementById('area').scrollHeight);
</script>