| OLD | NEW |
| 1 Test with page visibility. | 1 Test with page visibility. |
| 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 page is visible | 6 page is visible |
| 7 PASS batteryInfo is defined. | 7 PASS batteryInfo is defined. |
| 8 PASS mockBatteryInfo is defined. | 8 PASS lastSetMockBatteryInfo is defined. |
| 9 PASS batteryInfo.charging is mockBatteryInfo.charging | 9 PASS batteryInfo.charging is lastSetMockBatteryInfo.charging |
| 10 PASS batteryInfo.chargingTime is mockBatteryInfo.chargingTime | 10 PASS batteryInfo.chargingTime is lastSetMockBatteryInfo.chargingTime |
| 11 PASS batteryInfo.dischargingTime is mockBatteryInfo.dischargingTime | 11 PASS batteryInfo.dischargingTime is lastSetMockBatteryInfo.dischargingTime |
| 12 PASS batteryInfo.level is mockBatteryInfo.level | 12 PASS batteryInfo.level is lastSetMockBatteryInfo.level |
| 13 page is hidden | 13 page is hidden |
| 14 page is visible | 14 page is visible |
| 15 PASS batteryInfo is defined. | 15 PASS batteryInfo is defined. |
| 16 PASS mockBatteryInfo is defined. | 16 PASS lastSetMockBatteryInfo is defined. |
| 17 PASS batteryInfo.charging is mockBatteryInfo.charging | 17 PASS batteryInfo.charging is lastSetMockBatteryInfo.charging |
| 18 PASS batteryInfo.chargingTime is mockBatteryInfo.chargingTime | 18 PASS batteryInfo.chargingTime is lastSetMockBatteryInfo.chargingTime |
| 19 PASS batteryInfo.dischargingTime is mockBatteryInfo.dischargingTime | 19 PASS batteryInfo.dischargingTime is lastSetMockBatteryInfo.dischargingTime |
| 20 PASS batteryInfo.level is mockBatteryInfo.level | 20 PASS batteryInfo.level is lastSetMockBatteryInfo.level |
| 21 PASS successfullyParsed is true | 21 PASS successfullyParsed is true |
| 22 | 22 |
| 23 TEST COMPLETE | 23 TEST COMPLETE |
| 24 | 24 |
| OLD | NEW |