14 lines
831 B
INI
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]
|