| Index: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt | 
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt | 
| index 361e63e8f299743688f2c5d0cc1d6979b31e5548..9041ccaab74657b48774d0bd5b402bbd92f83f2c 100644 | 
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt | 
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt | 
| @@ -42,7 +42,7 @@ PASS window.cached_navigator.userAgent is '' | 
| PASS window.cached_navigator.vendor is window.navigator.vendor | 
| PASS window.cached_navigator.vendorSub is '' | 
| FAIL window.cached_navigator_battery.charging should be false. Was true. | 
| -FAIL window.cached_navigator_battery.chargingTime should be 0. Was Infinity. | 
| +PASS window.cached_navigator_battery.chargingTime is 0 | 
| FAIL window.cached_navigator_battery.dischargingTime should be 0. Was Infinity. | 
| FAIL window.cached_navigator_battery.level should be 0. Was 1. | 
| PASS window.cached_navigator_battery.onchargingchange is null | 
|  |