| 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 0e0e81d8da304f851322fec2b1be540a650f459e..a583fc58548e7581ac8780eef0d1b06d928bf207 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,7 @@ 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
|
| +FAIL childWindow.navigator.serviceWorker.onmessage should be null. Threw exception TypeError: Cannot read property 'onmessage' of null
|
| PASS childWindow.navigator.services.onclose is null
|
| PASS childWindow.navigator.services.onconnect is null
|
| PASS childWindow.navigator.services.onmessage is null
|
|
|