| Index: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| index 450b606a89bb6a96c4949e969cd736c68a9767c6..9a9074ab3ed9dbc584c5fd09d76e7dd33b6fa07b 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| @@ -32,6 +32,7 @@ PASS window.cached_navigator.appName is window.navigator.appName
|
| PASS window.cached_navigator.appVersion is ''
|
| PASS window.cached_navigator.cookieEnabled is false
|
| PASS window.cached_navigator.doNotTrack is null
|
| +PASS window.cached_navigator.hardwareConcurrency is window.navigator.hardwareConcurrency
|
| PASS window.cached_navigator.language is window.navigator.language
|
| PASS window.cached_navigator.maxTouchPoints is 0
|
| PASS window.cached_navigator.onLine is window.navigator.onLine
|
|
|