mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
7 lines
124 B
HTML
7 lines
124 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.querySelector('textarea').focus();">
|
|
<textarea>foo</textarea>
|
|
</body>
|
|
</html>
|