1
0
Fork 0
firefox/testing/web-platform/meta/xhr/abort-upload-event-loadend.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
831 B
INI

[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]