Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / response-array-buffer-abort-in-loading-state-expected.txt
blobe7cba64586f3d8af83cd9b32ce930f35485f775d
1 Test that if responseType is set to arraybuffer, XMLHttpRequest.response is null in DONE state, after abort()-ed in LOADING state.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS xhr.status is 200
7 PASS xhr.response is null
8 PASS xhr.response is null
9 PASS successfullyParsed is true
11 TEST COMPLETE