diff options
Diffstat (limited to 'testing/web-platform/tests/XMLHttpRequest/abort-during-open.worker.js')
-rw-r--r-- | testing/web-platform/tests/XMLHttpRequest/abort-during-open.worker.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/web-platform/tests/XMLHttpRequest/abort-during-open.worker.js b/testing/web-platform/tests/XMLHttpRequest/abort-during-open.worker.js deleted file mode 100644 index ffb687d0c..000000000 --- a/testing/web-platform/tests/XMLHttpRequest/abort-during-open.worker.js +++ /dev/null @@ -1,3 +0,0 @@ -importScripts("/resources/testharness.js"); -importScripts("abort-during-open.js"); -done(); |