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