Index: LayoutTests/batterystatus/basic-operation-expected.txt |
diff --git a/LayoutTests/batterystatus/basic-operation-expected.txt b/LayoutTests/batterystatus/basic-operation-expected.txt |
index b9922ce3ab9ecab4e0a30898b84ebf2c76c68750..87f13a139130b7e46134c3c79273c7c30991a172 100644 |
--- a/LayoutTests/batterystatus/basic-operation-expected.txt |
+++ b/LayoutTests/batterystatus/basic-operation-expected.txt |
@@ -1,13 +1,10 @@ |
+CONSOLE MESSAGE: line 10: Uncaught TypeError: Cannot call method 'addEventListener' of undefined |
Tests the basic operation of BatteryStatus. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS battery.charging is false |
-PASS battery.chargingTime is Infinity |
-PASS battery.dischargingTime is 6000 |
-PASS battery.level is 0.7 |
-PASS successfullyParsed is true |
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined). |
TEST COMPLETE |