gecko/layout/reftests/editor/caret_on_textarea_lastline.html
Ehsan Akhgari 4085a00c0c Bug 240933 - Part 1: Do not split multiline text into textframes separated by BR elements; r=roc a=dbaron
--HG--
extra : rebase_source : bcaf760ad9d2e939a5d99f21cd8727ef71faea92
2010-07-11 16:26:26 -04:00

8 lines
125 B
HTML

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