| 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 3a494e453bc923008d26012e4862f9208b1c8707..0e0e81d8da304f851322fec2b1be540a650f459e 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
|
| @@ -58,6 +58,9 @@ PASS childWindow.navigator.product is window.navigator.product
|
| PASS childWindow.navigator.productSub is window.navigator.productSub
|
| FAIL childWindow.navigator.serviceWorker.controller should be null. Threw exception TypeError: Cannot read property 'controller' of null
|
| FAIL childWindow.navigator.serviceWorker.oncontrollerchange should be null. Threw exception TypeError: Cannot read property 'oncontrollerchange' of null
|
| +PASS childWindow.navigator.services.onclose is null
|
| +PASS childWindow.navigator.services.onconnect is null
|
| +PASS childWindow.navigator.services.onmessage is null
|
| PASS childWindow.navigator.userAgent is ''
|
| PASS childWindow.navigator.vendor is window.navigator.vendor
|
| PASS childWindow.navigator.vendorSub is ''
|
|
|