blob: 069dd8bc28ff48c664a4e2e16a794a65e5bb1d9b [file] [log] [blame]
CONSOLE MESSAGE: XMLHttpRequest.responseType cannot be changed for synchronous HTTP(S) requests made from the window context.
CONSOLE MESSAGE: XMLHttpRequest.responseType cannot be changed for synchronous HTTP(S) requests made from the window context.
This tests that the XMLHttpRequest responseType attribute is not modifiable for synchronous HTTP(S) requests.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS xhr.responseType = 'document'; threw exception InvalidAccessError: The object does not support the operation or argument..
PASS xhr.responseType = 'document'; threw exception InvalidAccessError: The object does not support the operation or argument..
PASS window.location.protocol is "file:"
xhr.responseType = 'document';
PASS xhr.responseType is "document"
xhr.responseType = 'document';
PASS xhr.responseType is "document"
PASS successfullyParsed is true
TEST COMPLETE