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