blob: 755f8fd2d224511323313642fb59b62aae18bac8 [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 InvalidStateError: The object is in an invalid state..
PASS xhr.responseType = 'text'; threw exception InvalidStateError: The object is in an invalid state..
PASS xhr.response === xhr.responseXML is true
PASS xhr.responseType is "document"
PASS successfullyParsed is true
TEST COMPLETE