commit-queue@webkit.org | 0de163f | 2012-03-16 12:23:07 +0000 | [diff] [blame] | 1 | Tests that updates to the battery event causes new events to fire. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
gyuyoung.kim@samsung.com | bf3f81d | 2012-07-09 05:10:20 +0000 | [diff] [blame] | 6 | PASS battery.charging is false |
| 7 | PASS battery.chargingTime is Infinity |
| 8 | PASS battery.dischargingTime is 6000 |
| 9 | PASS battery.level is 0.7 |
| 10 | PASS battery.charging is true |
| 11 | PASS battery.chargingTime is 7000 |
| 12 | PASS battery.dischargingTime is Infinity |
| 13 | PASS battery.level is 0.3 |
commit-queue@webkit.org | 0de163f | 2012-03-16 12:23:07 +0000 | [diff] [blame] | 14 | PASS successfullyParsed is true |
| 15 | |
| 16 | TEST COMPLETE |
| 17 | |