summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/file_bug1773192_3.sjs
blob: ce889c7035ec19be37ecf710091b9ec45065bee2 (plain)
1
2
3
function handleRequest(request, response) {
  response.write("<script>history.back();</script>");
}