| Index: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| index 19192f06d8fc256d4403f4a5192e7c1cb973d402..6db0632da80da10c4932f46af6ad71067a8e6e90 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-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
|
|
|