| Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| index c814b67d04c5f4e2c9df7c2a3d6ca5309bc51069..a294994a5d5a1ebe55db539263142a050aabb7d4 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| @@ -43,6 +43,7 @@ PASS childWindow.name is ''
|
| PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
|
| PASS childWindow.navigator.appName is window.navigator.appName
|
| PASS childWindow.navigator.appVersion is ''
|
| +FAIL childWindow.navigator.connection.onchange should be null. Threw exception TypeError: Cannot read property 'onchange' of null
|
| FAIL childWindow.navigator.connection.ontypechange should be null. Threw exception TypeError: Cannot read property 'ontypechange' of null
|
| PASS childWindow.navigator.cookieEnabled is false
|
| PASS childWindow.navigator.doNotTrack is null
|
|
|