summaryrefslogtreecommitdiffstats
path: root/docshell/test/file_bug580069_2.sjs
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/file_bug580069_2.sjs')
-rw-r--r--docshell/test/file_bug580069_2.sjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/docshell/test/file_bug580069_2.sjs b/docshell/test/file_bug580069_2.sjs
new file mode 100644
index 000000000..0c76c1f16
--- /dev/null
+++ b/docshell/test/file_bug580069_2.sjs
@@ -0,0 +1,5 @@
+function handleRequest(request, response)
+{
+ response.setHeader("Content-Type", "text/html", false);
+ response.write('<html><body onload=\'parent.page2Load("' + request.method + '")\'>file_bug580069_2.sjs</body></html>');
+}