mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
6 lines
151 B
HTML
6 lines
151 B
HTML
<link rel='match' href='submit_focus_b.html'>
|
|
<button id="1">Submit</button>
|
|
<script>
|
|
var elem = document.getElementById('1');
|
|
elem.focus();
|
|
</script>
|