--- a/battery/tests/submissions/anssik/battery-charging.html Thu Oct 18 14:14:36 2012 +0200
+++ b/battery/tests/submissions/anssik/battery-charging.html Tue Oct 30 14:42:08 2012 +0100
@@ -29,7 +29,8 @@
test(function() {
assert_true(navigator.battery.chargingTime < Infinity);
- }, 'The chargingTime attribute must be set to the value positive Infinity if the battery is discharging');
+ }, 'The chargingTime attribute must be set to the time remaining in ' +
+ 'seconds until the system\'s battery is completely charged.');
test(function() {
assert_true(navigator.battery.dischargingTime === Infinity);