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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 17: Uncaught TypeError: Cannot call method 'addEventListen er' of undefined
1 Tests the basic operation of all BatteryStatus events. 2 Tests the basic operation of all BatteryStatus events.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 chargingchange event is raised 7 FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
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
27 8
28 TEST COMPLETE 9 TEST COMPLETE
29 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698