| OLD | NEW |
| 1 Tests that it's okay to unregister the event listener while handling the event. | 1 Tests that it's okay to unregister the event listener while handling the event. |
| 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 connection.type is newConnectionType | 6 PASS connection.type is newConnectionType |
| 7 PASS connection.downlinkMax is newDownlinkMax | 7 PASS connection.downlinkMax is newDownlinkMax |
| 8 PASS connection.effectiveType is initialEffectiveType |
| 9 PASS connection.rtt is initialRtt |
| 10 PASS connection.downlink is initialDownlink |
| 8 PASS connection.type is initialType | 11 PASS connection.type is initialType |
| 9 PASS connection.downlinkMax is initialDownlinkMax | 12 PASS connection.downlinkMax is initialDownlinkMax |
| 13 PASS connection.effectiveType is initialEffectiveType |
| 14 PASS connection.rtt is initialRtt |
| 15 PASS connection.downlink is initialDownlink |
| 10 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
| 11 | 17 |
| 12 TEST COMPLETE | 18 TEST COMPLETE |
| 13 | 19 |
| OLD | NEW |