blob: fb4e6d0e73ca8da95d25f470991e396c62de323e (
plain)
1
2
3
4
5
6
7
8
9
|
[send-response-upload-event-progress.htm]
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1373347
expected:
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[XMLHttpRequest: The send() method: Fire a progress event named progress on the XMLHttpRequestUpload (synchronous flag is unset)]
expected:
if (os == "mac") and debug: [PASS, TIMEOUT]
|