/home/clopez/webkit/webkit/layout-test-results/batterystatus/basic-all-types-of-events-actual.txt

 1CONSOLE MESSAGE: line 17: TypeError: undefined is not an object (evaluating 'battery.addEventListener')
12Tests the basic operation of all BatteryStatus events.
23
34On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
45
56
6 chargingchange event is raised
7 PASS battery.charging is false
8 PASS battery.chargingTime is Infinity
9 PASS battery.dischargingTime is 6000
10 PASS battery.level is 0.7
11 chargingtimechange event is raised
12 PASS battery.charging is false
13 PASS battery.chargingTime is Infinity
14 PASS battery.dischargingTime is 6000
15 PASS battery.level is 0.7
16 dischargingtimechange event is raised
17 PASS battery.charging is false
18 PASS battery.chargingTime is Infinity
19 PASS battery.dischargingTime is 6000
20 PASS battery.level is 0.7
21 levelchange event is raised
22 PASS battery.charging is false
23 PASS battery.chargingTime is Infinity
24 PASS battery.dischargingTime is 6000
25 PASS battery.level is 0.7
26 PASS successfullyParsed is true
 7FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
278
289TEST COMPLETE
2910