OLD | NEW |
1 CONSOLE WARNING: The provided value 'dkjdfkjdfkj' is not a valid value of type '
XMLHttpRequestResponseType'. | 1 CONSOLE WARNING: The provided value 'dkjdfkjdfkj' is not a valid enum value. |
2 CONSOLE WARNING: The provided value 'asdfasdfasd' is not a valid value of type '
XMLHttpRequestResponseType'. | 2 CONSOLE WARNING: The provided value 'asdfasdfasd' is not a valid enum value. |
3 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 |
4 | 4 |
5 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
". |
6 | 6 |
7 PASS xhr.responseType is "" | 7 PASS xhr.responseType is "" |
8 PASS xhr.responseType is "arraybuffer" | 8 PASS xhr.responseType is "arraybuffer" |
9 PASS xhr.responseType is "blob" | 9 PASS xhr.responseType is "blob" |
10 PASS xhr.responseType is "document" | 10 PASS xhr.responseType is "document" |
11 PASS xhr.responseType is "json" | 11 PASS xhr.responseType is "json" |
12 PASS xhr.responseType is "text" | 12 PASS xhr.responseType is "text" |
13 PASS xhr.responseType is "legacystream" | 13 PASS xhr.responseType is "legacystream" |
14 PASS xhr.responseType = "dkjdfkjdfkj" did not throw exception. | 14 PASS xhr.responseType = "dkjdfkjdfkj" did not throw exception. |
15 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" |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |