| 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 f4cf3745f4a703e3786630d40cd303aef712d5a0..9cd8892db9f2740625266791426483235745aa75 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
|
| @@ -53,6 +53,7 @@ PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato
|
| 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.hardwareConcurrency is newChildWindow.navigator.hardwareConcurrency
|
| PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
|
| PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouchPoints
|
| PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
|
|
|