From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- layout/xul/test/file_bug386386.sjs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layout/xul/test/file_bug386386.sjs (limited to 'layout/xul/test/file_bug386386.sjs') diff --git a/layout/xul/test/file_bug386386.sjs b/layout/xul/test/file_bug386386.sjs new file mode 100644 index 0000000000..cba983d094 --- /dev/null +++ b/layout/xul/test/file_bug386386.sjs @@ -0,0 +1,8 @@ +// SJS file for test_bug386386.html +"use strict"; + +function handleRequest(request, response) { + response.setHeader("Cache-Control", "no-cache", false); + response.setHeader("Content-Type", "application/xhtml+xml;charset=utf-8", false); + response.write("%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Cwindow%3E%3C/window%3E"); +} -- cgit v1.2.3