| 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 214ac62f54bfcd44f46b92111bd996c69f7f93ae..b3839164333e93a8ed79c011c4ff1380b1a08a44 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
|
| @@ -49,6 +49,8 @@ PASS oldChildWindow.navigator.battery.onchargingchange is newChildWindow.navigat
|
| PASS oldChildWindow.navigator.battery.onchargingtimechange is newChildWindow.navigator.battery.onchargingtimechange
|
| PASS oldChildWindow.navigator.battery.ondischargingtimechange is newChildWindow.navigator.battery.ondischargingtimechange
|
| PASS oldChildWindow.navigator.battery.onlevelchange is newChildWindow.navigator.battery.onlevelchange
|
| +PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigator.connection.ontypechange
|
| +PASS oldChildWindow.navigator.connection.type is newChildWindow.navigator.connection.type
|
| PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEnabled
|
| PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack
|
| PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
|
|
|