Index: third_party/WebKit/LayoutTests/battery-status/no-gc-with-eventlisteners-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/battery-status/no-gc-with-eventlisteners-expected.txt b/third_party/WebKit/LayoutTests/battery-status/no-gc-with-eventlisteners-expected.txt |
index 58d413267922741d99ededcb5fec1b72b3a413ca..de03af182be6870a143d066c718dacf97f2e00e1 100644 |
--- a/third_party/WebKit/LayoutTests/battery-status/no-gc-with-eventlisteners-expected.txt |
+++ b/third_party/WebKit/LayoutTests/battery-status/no-gc-with-eventlisteners-expected.txt |
@@ -3,10 +3,12 @@ Test no garbage collection of battery manager object when listeners are attached |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS batteryInfo.charging is mockBatteryInfo.charging |
-PASS batteryInfo.chargingTime is mockBatteryInfo.chargingTime |
-PASS batteryInfo.dischargingTime is mockBatteryInfo.dischargingTime |
-PASS batteryInfo.level is mockBatteryInfo.level |
+PASS batteryInfo is defined. |
+PASS lastSetMockBatteryInfo is defined. |
+PASS batteryInfo.charging is lastSetMockBatteryInfo.charging |
+PASS batteryInfo.chargingTime is lastSetMockBatteryInfo.chargingTime |
+PASS batteryInfo.dischargingTime is lastSetMockBatteryInfo.dischargingTime |
+PASS batteryInfo.level is lastSetMockBatteryInfo.level |
PASS successfullyParsed is true |
TEST COMPLETE |