| CONSOLE MESSAGE: line 616: XMLHttpRequest.responseType cannot be changed for synchronous HTTP(S) requests made from the window context. |
| CONSOLE MESSAGE: line 616: 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 |
| |