| Index: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| index f2d467d57b5f79ae4d8387e1210945a467a3bd65..45f58fc2fb24f8a00204f88a4ae4f52372212228 100644
|
| --- a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| +++ b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| @@ -18,6 +18,10 @@ PASS childWindow.menubar.visible is false
|
| PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
|
| PASS childWindow.navigator.appName is window.navigator.appName
|
| PASS childWindow.navigator.appVersion is ''
|
| +PASS childWindow.navigator.battery.charging is true
|
| +PASS childWindow.navigator.battery.chargingTime is Infinity
|
| +PASS childWindow.navigator.battery.dischargingTime is Infinity
|
| +PASS childWindow.navigator.battery.level is 1
|
| PASS childWindow.navigator.cookieEnabled is false
|
| PASS childWindow.navigator.language is window.navigator.language
|
| PASS childWindow.navigator.onLine is window.navigator.onLine
|
|
|