summaryrefslogtreecommitdiffstats
path: root/docshell/test/file_bug511449.html
blob: 637732dbbf57be1485c17ee382f800967cab92f1 (plain)
1
2
3
4
5
6
<!DOCTYPE HTML>
<title>Used in test for bug 511449</title>
<input type="text" id="input">
<script type="text/javascript">
  document.getElementById("input").focus();
</script>