OLD | NEW |
| 1 CONSOLE ERROR: The provided value 'dkjdfkjdfkj' is not a valid value of type 'XM
LHttpRequestResponseType'. |
| 2 CONSOLE ERROR: The provided value 'asdfasdfasd' is not a valid value of type 'XM
LHttpRequestResponseType'. |
1 This test checks if setting non-supported type does not throw an exception | 3 This test checks if setting non-supported type does not throw an exception |
2 | 4 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 6 |
5 PASS xhr.responseType is "" | 7 PASS xhr.responseType is "" |
6 PASS xhr.responseType is "arraybuffer" | 8 PASS xhr.responseType is "arraybuffer" |
7 PASS xhr.responseType is "blob" | 9 PASS xhr.responseType is "blob" |
8 PASS xhr.responseType is "document" | 10 PASS xhr.responseType is "document" |
9 PASS xhr.responseType is "json" | 11 PASS xhr.responseType is "json" |
10 PASS xhr.responseType is "text" | 12 PASS xhr.responseType is "text" |
11 PASS xhr.responseType is "legacystream" | 13 PASS xhr.responseType is "legacystream" |
12 PASS xhr.responseType = "dkjdfkjdfkj" did not throw exception. | 14 PASS xhr.responseType = "dkjdfkjdfkj" did not throw exception. |
13 PASS xhr.responseType = "text"; xhr.responseType = "asdfasdfasd"; xhr.responseTy
pe is "text" | 15 PASS xhr.responseType = "text"; xhr.responseType = "asdfasdfasd"; xhr.responseTy
pe is "text" |
14 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
15 | 17 |
16 TEST COMPLETE | 18 TEST COMPLETE |
17 | 19 |
OLD | NEW |