mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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>
|