gecko/layout/reftests/editor/caret_on_textarea_lastline.html

8 lines
125 B
HTML

<!DOCTYPE html>
<html>
<body onload="document.querySelector('textarea').focus();">
<textarea>foo
</textarea>
</body>
</html>