| 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 40d71bac6d83f56eef2ba307960a7b44911c6b78..942e7e3511d4f4b967ac144521c2bb26a745e878 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
|
| @@ -22,10 +22,10 @@ PASS window.cached_navigator.product is window.navigator.product
|
| PASS window.cached_navigator.productSub is window.navigator.productSub
|
| PASS window.cached_navigator.userAgent is ''
|
| PASS window.cached_navigator.vendor is window.navigator.vendor
|
| -PASS window.cached_navigator_battery.charging is true
|
| -PASS window.cached_navigator_battery.chargingTime is Infinity
|
| -PASS window.cached_navigator_battery.dischargingTime is Infinity
|
| -PASS window.cached_navigator_battery.level is 1
|
| +FAIL window.cached_navigator_battery.charging should be false. Was true.
|
| +FAIL window.cached_navigator_battery.chargingTime should be 0. Was Infinity.
|
| +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_performance_timing.connectEnd is 0
|
| PASS window.cached_performance_timing.connectStart is 0
|
| PASS window.cached_performance_timing.domLoading is 0
|
|
|