summaryrefslogtreecommitdiffstats
path: root/toolkit/modules/tests/browser/file_script_xhr.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/modules/tests/browser/file_script_xhr.js')
-rw-r--r--toolkit/modules/tests/browser/file_script_xhr.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/modules/tests/browser/file_script_xhr.js b/toolkit/modules/tests/browser/file_script_xhr.js
new file mode 100644
index 000000000..bc1f65eae
--- /dev/null
+++ b/toolkit/modules/tests/browser/file_script_xhr.js
@@ -0,0 +1,3 @@
+var request = new XMLHttpRequest();
+request.open("get", "http://example.com/browser/toolkit/modules/tests/browser/xhr_resource", false);
+request.send();