| Index: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| index 9d74ce58772528c0ba8fbd35763f674f7d9d7020..0704b545f4281c9e8fdfd74b66d6a7d1574bd69f 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-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
|
|
|