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 f085489e7fba94e86958bbab540f3103e0732ab9..57a49a5e1a0286914ed887024476b916e79a49fe 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 |
@@ -50,7 +50,6 @@ PASS childWindow.navigator.language is window.navigator.language |
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.ondefaultsessionstart should be null. Threw exception TypeError: Cannot read property 'ondefaultsessionstart' 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 |