gecko/layout/reftests/editor/caret_on_textarea_lastline-ref.html

7 lines
124 B
HTML
Raw Normal View History

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