Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassXMLHttpRequest: The send() method: event order when synchronous flag is set and there is no response entity body
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /xhr/send-sync-no-response-event-order.htm:46:13)
Pass
assert_array_equals([4, "load", "loadend"], [4, "load", "loadend"])
    at Test.<anonymous> ( /xhr/send-sync-no-response-event-order.htm:47:13)