| Index: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| index 05f68794fd356b210b33bce87f61b59adc3ab2b9..9d74ce58772528c0ba8fbd35763f674f7d9d7020 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| @@ -4,47 +4,91 @@ Tests access of cached DOMWindow properties after the associated frame is no lon
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS window.cached_applicationCache.oncached is null
|
| +PASS window.cached_applicationCache.onchecking is null
|
| +PASS window.cached_applicationCache.ondownloading is null
|
| +PASS window.cached_applicationCache.onerror is null
|
| +PASS window.cached_applicationCache.onnoupdate is null
|
| +PASS window.cached_applicationCache.onobsolete is null
|
| +PASS window.cached_applicationCache.onprogress is null
|
| +PASS window.cached_applicationCache.onupdateready is null
|
| +PASS window.cached_applicationCache.status is 0
|
| PASS window.cached_history.length is 0
|
| +PASS window.cached_history.state is null
|
| +PASS window.cached_location.hash is ''
|
| +PASS window.cached_location.host is ''
|
| +PASS window.cached_location.hostname is ''
|
| PASS window.cached_location.href is 'about:blank'
|
| PASS window.cached_location.origin is 'null'
|
| PASS window.cached_location.pathname is 'blank'
|
| +PASS window.cached_location.port is ''
|
| PASS window.cached_location.protocol is 'about:'
|
| +PASS window.cached_location.search is ''
|
| +FAIL window.cached_location_ancestorOrigins.length should be 0. Was 1.
|
| PASS window.cached_locationbar.visible is false
|
| PASS window.cached_menubar.visible is false
|
| PASS window.cached_navigator.appCodeName is window.navigator.appCodeName
|
| PASS window.cached_navigator.appName is window.navigator.appName
|
| PASS window.cached_navigator.appVersion is ''
|
| PASS window.cached_navigator.cookieEnabled is false
|
| +PASS window.cached_navigator.doNotTrack is null
|
| PASS window.cached_navigator.language is window.navigator.language
|
| +PASS window.cached_navigator.maxTouchPoints is 0
|
| PASS window.cached_navigator.onLine is window.navigator.onLine
|
| PASS window.cached_navigator.platform is window.navigator.platform
|
| PASS window.cached_navigator.product is window.navigator.product
|
| PASS window.cached_navigator.productSub is window.navigator.productSub
|
| PASS window.cached_navigator.userAgent is ''
|
| PASS window.cached_navigator.vendor is window.navigator.vendor
|
| +PASS window.cached_navigator.vendorSub is ''
|
| FAIL window.cached_navigator_battery.charging should be false. Was true.
|
| FAIL window.cached_navigator_battery.chargingTime should be 0. Was Infinity.
|
| FAIL window.cached_navigator_battery.dischargingTime should be 0. Was Infinity.
|
| FAIL window.cached_navigator_battery.level should be 0. Was 1.
|
| +PASS window.cached_navigator_battery.onchargingchange is null
|
| +PASS window.cached_navigator_battery.onchargingtimechange is null
|
| +PASS window.cached_navigator_battery.ondischargingtimechange is null
|
| +PASS window.cached_navigator_battery.onlevelchange is null
|
| +PASS window.cached_performance.onwebkitresourcetimingbufferfull is null
|
| +PASS window.cached_performance_navigation.redirectCount is 0
|
| +PASS window.cached_performance_navigation.type is 0
|
| PASS window.cached_performance_timing.connectEnd is 0
|
| PASS window.cached_performance_timing.connectStart is 0
|
| +PASS window.cached_performance_timing.domComplete is 0
|
| +PASS window.cached_performance_timing.domContentLoadedEventEnd is 0
|
| +PASS window.cached_performance_timing.domContentLoadedEventStart is 0
|
| +PASS window.cached_performance_timing.domInteractive is 0
|
| PASS window.cached_performance_timing.domLoading is 0
|
| PASS window.cached_performance_timing.domainLookupEnd is 0
|
| PASS window.cached_performance_timing.domainLookupStart is 0
|
| PASS window.cached_performance_timing.fetchStart is 0
|
| +PASS window.cached_performance_timing.loadEventEnd is 0
|
| +PASS window.cached_performance_timing.loadEventStart is 0
|
| PASS window.cached_performance_timing.navigationStart is 0
|
| +PASS window.cached_performance_timing.redirectEnd is 0
|
| +PASS window.cached_performance_timing.redirectStart is 0
|
| PASS window.cached_performance_timing.requestStart is 0
|
| PASS window.cached_performance_timing.responseEnd is 0
|
| PASS window.cached_performance_timing.responseStart is 0
|
| +PASS window.cached_performance_timing.secureConnectionStart is 0
|
| +PASS window.cached_performance_timing.unloadEventEnd is 0
|
| +PASS window.cached_performance_timing.unloadEventStart is 0
|
| PASS window.cached_personalbar.visible is false
|
| PASS window.cached_screen.availHeight is 0
|
| +PASS window.cached_screen.availLeft is 0
|
| +PASS window.cached_screen.availTop is 0
|
| PASS window.cached_screen.availWidth is 0
|
| PASS window.cached_screen.colorDepth is 0
|
| PASS window.cached_screen.height is 0
|
| +PASS window.cached_screen.onorientationchange is null
|
| PASS window.cached_screen.orientation is 'portrait-primary'
|
| PASS window.cached_screen.pixelDepth is 0
|
| PASS window.cached_screen.width is 0
|
| PASS window.cached_scrollbars.visible is false
|
| +PASS window.cached_speechSynthesis.onvoiceschanged is null
|
| +PASS window.cached_speechSynthesis.paused is false
|
| +PASS window.cached_speechSynthesis.pending is false
|
| +PASS window.cached_speechSynthesis.speaking is false
|
| PASS window.cached_statusbar.visible is false
|
| PASS window.cached_styleMedia.type is ''
|
| PASS window.cached_toolbar.visible is false
|
|
|