gecko/layout/base/tests/bug240933-1-ref.html

11 lines
144 B
HTML
Raw Normal View History

<!DOCTYPE HTML><html>
<body>
<textarea id="t" rows="4">
</textarea>
<script>
document.getElementById("t").focus();
</script>
</body>
</html>