| Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
|
| index d230563d25c20b54c038fd53b2a7df0327e221f9..d5d4acd15fbc9d1cfeeff28cd5c3954cfe3f7fa3 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
|
| @@ -51,6 +51,7 @@ PASS childWindow.navigator.maxTouchPoints is 0
|
| PASS childWindow.navigator.onLine is window.navigator.onLine
|
| PASS childWindow.navigator.platform is window.navigator.platform
|
| FAIL childWindow.navigator.presentation.onavailablechange should be null. Threw exception TypeError: Cannot read property 'onavailablechange' of null
|
| +FAIL childWindow.navigator.presentation.ondefaultpresentationstart should be null. Threw exception TypeError: Cannot read property 'ondefaultpresentationstart' of null
|
| FAIL childWindow.navigator.presentation.session should be null. Threw exception TypeError: Cannot read property 'session' of null
|
| PASS childWindow.navigator.product is window.navigator.product
|
| PASS childWindow.navigator.productSub is window.navigator.productSub
|
|
|