mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 13:38:26 +00:00
11 lines
223 B
HTML
11 lines
223 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<input id="test-input" type="text" value=""/>
|
|
<script type="application/javascript;version=1.7">
|
|
let input = document.getElementById('test-input');
|
|
input.focus();
|
|
</script>
|
|
</body>
|
|
</html>
|