| Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt | 
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt | 
| index f69a276da263e89007ddb590cbd303518f3fd534..619320a1e85b6815d0bd391476c8a91f6b2f0c0e 100644 | 
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt | 
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt | 
| @@ -40,7 +40,7 @@ PASS childWindow.navigator.appCodeName is window.navigator.appCodeName | 
| PASS childWindow.navigator.appName is window.navigator.appName | 
| PASS childWindow.navigator.appVersion is '' | 
| FAIL childWindow.navigator.battery.charging should be false. Was true. | 
| -FAIL childWindow.navigator.battery.chargingTime should be 0. Was Infinity. | 
| +PASS childWindow.navigator.battery.chargingTime is 0 | 
| FAIL childWindow.navigator.battery.dischargingTime should be 0. Was Infinity. | 
| FAIL childWindow.navigator.battery.level should be 0. Was 1. | 
| PASS childWindow.navigator.battery.onchargingchange is null | 
|  |