Mypal/docshell/test/file_bug511449.html

7 lines
176 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE HTML>
<title>Used in test for bug 511449</title>
<input type="text" id="input">
<script type="text/javascript">
document.getElementById("input").focus();
</script>