blob: 8bc7395ee1c630f343236491ea1d641e729f3fee (
plain)
1
2
3
4
5
6
7
8
|
[send-response-event-order.htm]
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1370056
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[XMLHttpRequest: The send() method: event order when synchronous flag is unset]
expected:
if (os == "mac") and debug: [PASS, FAIL]
|