| OLD | NEW |
| 1 Tests that when timeout is zero (and maximumAge is too), the error callback is c
alled immediately with code TIMEOUT. | 1 Tests that when timeout is negative (and maximumAge is too), the error callback
is called immediately with code TIMEOUT. |
| 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 | 5 |
| 6 PASS error.code is error.TIMEOUT | 6 PASS error.code is error.TIMEOUT |
| 7 PASS error.message is "Timeout expired" | 7 PASS error.message is "Timeout expired" |
| 8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 9 | 9 |
| 10 TEST COMPLETE | 10 TEST COMPLETE |
| 11 | 11 |
| OLD | NEW |