tenfourfox/docshell/test/file_bug511449.html

7 lines
176 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +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>