summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/xhr/abort-upload-event-loadend.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/xhr/abort-upload-event-loadend.any.js.ini')
-rw-r--r--testing/web-platform/meta/xhr/abort-upload-event-loadend.any.js.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/abort-upload-event-loadend.any.js.ini b/testing/web-platform/meta/xhr/abort-upload-event-loadend.any.js.ini
new file mode 100644
index 0000000000..0d0d496bd7
--- /dev/null
+++ b/testing/web-platform/meta/xhr/abort-upload-event-loadend.any.js.ini
@@ -0,0 +1,14 @@
+[abort-upload-event-loadend.any.html]
+
+[abort-upload-event-loadend.any.worker.html]
+ expected:
+ if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
+ if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
+ if (os == "linux") and debug: [OK, TIMEOUT]
+ [XMLHttpRequest: The abort() method: Fire a progress event named loadend on the XMLHttpRequestUpload object]
+ expected:
+ if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT]
+ if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, TIMEOUT]
+ if (os == "linux") and not debug and not fission: [PASS, TIMEOUT]
+ if (os == "linux") and debug: [PASS, TIMEOUT]