diff options
Diffstat (limited to 'system/docshell/test/file_bug511449.html')
-rw-r--r-- | system/docshell/test/file_bug511449.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/docshell/test/file_bug511449.html b/system/docshell/test/file_bug511449.html new file mode 100644 index 000000000..637732dbb --- /dev/null +++ b/system/docshell/test/file_bug511449.html @@ -0,0 +1,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> |