blob: e4b9be0223e2a1c089954626a30c64fd52a025c2 [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 Error: InvalidAccessError: DOM Exception 15.
PASS xhr.responseType = 'document'; threw exception Error: InvalidAccessError: DOM Exception 15.
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