summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/XMLHttpRequest/send-usp.worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/XMLHttpRequest/send-usp.worker.js')
-rw-r--r--testing/web-platform/tests/XMLHttpRequest/send-usp.worker.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/XMLHttpRequest/send-usp.worker.js b/testing/web-platform/tests/XMLHttpRequest/send-usp.worker.js
new file mode 100644
index 000000000..456b7e7e3
--- /dev/null
+++ b/testing/web-platform/tests/XMLHttpRequest/send-usp.worker.js
@@ -0,0 +1,4 @@
+importScripts("/resources/testharness.js");
+importScripts("send-usp.js");
+run_test();
+done();