| Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| index 79f26c3e3fc5bcdde6ea60be30a0f96a599f339c..0de95d8055b193d9402914e353a95877e35cd2cb 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| @@ -19,6 +19,10 @@ PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible
|
| PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeName
|
| PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
|
| PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
|
| +PASS oldChildWindow.navigator.battery.charging is newChildWindow.navigator.battery.charging
|
| +PASS oldChildWindow.navigator.battery.chargingTime is newChildWindow.navigator.battery.chargingTime
|
| +PASS oldChildWindow.navigator.battery.dischargingTime is newChildWindow.navigator.battery.dischargingTime
|
| +PASS oldChildWindow.navigator.battery.level is newChildWindow.navigator.battery.level
|
| PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEnabled
|
| PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
|
| PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
|
|
|