mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
5b02abf39b
--HG-- extra : rebase_source : def2e0da4f32e9e50231b250075c45766bb00819
11 lines
144 B
HTML
11 lines
144 B
HTML
<!DOCTYPE HTML><html>
|
|
<body>
|
|
<textarea id="t" rows="4">
|
|
|
|
</textarea>
|
|
<script>
|
|
document.getElementById("t").focus();
|
|
</script>
|
|
</body>
|
|
</html>
|