| Index: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
|
| index b67cdb6c1cf20fa5f2c4adb95118afe2ab1bf2ba..0e6f9a84c833ba316711bad021d7c0e9a4177e39 100644
|
| --- a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
|
| +++ b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
|
| @@ -22,6 +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
|
| PASS window.cached_performance_timing.connectEnd is 0
|
| PASS window.cached_performance_timing.connectStart is 0
|
| PASS window.cached_performance_timing.domContentLoadedEventEnd is 0
|
|
|