Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: LayoutTests/batterystatus/basic-all-types-of-events-expected.txt

Issue 14631011: Update TestExpectations entries for previously skipped tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/batterystatus/basic-all-types-of-events-expected.txt
diff --git a/LayoutTests/batterystatus/basic-all-types-of-events-expected.txt b/LayoutTests/batterystatus/basic-all-types-of-events-expected.txt
index a1d7d82d0c27f6624cebd9ec2db2f0b150d866cc..ac8099b219db3b24fcd6d9fd241e972ed4eabafb 100644
--- a/LayoutTests/batterystatus/basic-all-types-of-events-expected.txt
+++ b/LayoutTests/batterystatus/basic-all-types-of-events-expected.txt
@@ -1,29 +1,10 @@
+CONSOLE MESSAGE: line 17: Uncaught TypeError: Cannot call method 'addEventListener' of undefined
Tests the basic operation of all BatteryStatus events.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-chargingchange event is raised
-PASS battery.charging is false
-PASS battery.chargingTime is Infinity
-PASS battery.dischargingTime is 6000
-PASS battery.level is 0.7
-chargingtimechange event is raised
-PASS battery.charging is false
-PASS battery.chargingTime is Infinity
-PASS battery.dischargingTime is 6000
-PASS battery.level is 0.7
-dischargingtimechange event is raised
-PASS battery.charging is false
-PASS battery.chargingTime is Infinity
-PASS battery.dischargingTime is 6000
-PASS battery.level is 0.7
-levelchange event is raised
-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

Powered by Google App Engine
This is Rietveld 408576698