diff options
Diffstat (limited to '')
-rw-r--r-- | docshell/test/mochitest/file_bug1773192_3.sjs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docshell/test/mochitest/file_bug1773192_3.sjs b/docshell/test/mochitest/file_bug1773192_3.sjs new file mode 100644 index 0000000000..ce889c7035 --- /dev/null +++ b/docshell/test/mochitest/file_bug1773192_3.sjs @@ -0,0 +1,3 @@ +function handleRequest(request, response) { + response.write("<script>history.back();</script>"); +} |