blob: b8471a8d612e5fa578e8268b818f721746e940fc [file] [log] [blame]
This tests that the XMLHttpRequest responseType attribute is modifiable in the HEADERS_RECEIVED state.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
xhr.responseType = 'document';
PASS xhr.responseType = 'text'; threw exception Error: InvalidStateError: DOM Exception 11.
PASS xhr.responseType = 'text'; threw exception Error: InvalidStateError: DOM Exception 11.
PASS xhr.response === xhr.responseXML is true
PASS xhr.responseType is "document"
PASS successfullyParsed is true
TEST COMPLETE