blob: cb7514ec262cb37c6db33d1d3025656dbca6dd2d [file] [log] [blame]
Test that if responseType is set to arraybuffer, XMLHttpRequest.response is null in DONE state, after abort()-ed in LOADING state.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS xhr.status is 200
PASS xhr.response is null
PASS xhr.response is null
PASS successfullyParsed is true
TEST COMPLETE