blob: 85f81444d0438b65b497a5df0f0a67bd2d67046c [file] [log] [blame]
commit-queue@webkit.org0de163f2012-03-16 12:23:07 +00001Tests that updates to the battery event causes new events to fire.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
gyuyoung.kim@samsung.combf3f81d2012-07-09 05:10:20 +00006PASS battery.charging is false
7PASS battery.chargingTime is Infinity
8PASS battery.dischargingTime is 6000
9PASS battery.level is 0.7
10PASS battery.charging is true
11PASS battery.chargingTime is 7000
12PASS battery.dischargingTime is Infinity
13PASS battery.level is 0.3
commit-queue@webkit.org0de163f2012-03-16 12:23:07 +000014PASS successfullyParsed is true
15
16TEST COMPLETE
17