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 5e7d727c608e8c964e83aea1bcddd4cee54fa044..5ee1b445dcd9d0423ce8b5cb1d065f16ea022de4 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 |