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, 0 insertions, 3 deletions
diff --git a/toolkit/modules/tests/browser/file_script_xhr.js b/toolkit/modules/tests/browser/file_script_xhr.js
deleted file mode 100644
index bc1f65eae..000000000
--- a/toolkit/modules/tests/browser/file_script_xhr.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var request = new XMLHttpRequest();
-request.open("get", "http://example.com/browser/toolkit/modules/tests/browser/xhr_resource", false);
-request.send();