From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- docshell/test/file_bug580069_2.sjs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docshell/test/file_bug580069_2.sjs (limited to 'docshell/test/file_bug580069_2.sjs') 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('file_bug580069_2.sjs'); +} -- cgit v1.2.3