Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Test bug 12914 : Trying to access XMLHttpRequest.responseText or responseXML whe n they are not available should raise an exception | 1 XMLHttpRequest.responseText should not throw even when not (loading or done). |
| 2 | 2 |
| 3 Should see "PASS" four times: | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". |
| 4 | 4 |
| 5 PASS | |
| 6 PASS | |
| 7 PASS | |
| 8 PASS | |
| 9 | 5 |
| 6 PASS readyState = 1 | |
| 7 PASS readyState = 2 | |
| 8 PASS readyState = 3 | |
| 9 PASS readyState = 4 | |
| 10 PASS successfullyParsed is true | |
| 11 | |
| 12 TEST COMPLETE | |
| 13 | |
| OLD | NEW |