Commit 973bf769 authored by apavlov@chromium.org's avatar apavlov@chromium.org

Rebaseline expectations for fast/dom/Window/property-access-on-cached* on Mac

TBR=dongseong.hwang@chromium.org
BUG=348549

Review URL: https://codereview.chromium.org/183003012

git-svn-id: svn://svn.chromium.org/blink/trunk@168380 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 86d0aafc
CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
Tests access of cached DOMWindow properties after the associated frame is navigated. Test should not crash and properties should be set to sane defaults.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.cached_history.length is 0
FAIL window.cached_location.href should be about:blank (of type string). Was undefined (of type undefined).
FAIL window.cached_location.origin should be null (of type string). Was undefined (of type undefined).
FAIL window.cached_location.pathname should be blank (of type string). Was undefined (of type undefined).
FAIL window.cached_location.protocol should be about: (of type string). Was undefined (of type undefined).
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.language is window.navigator.language
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_performance_timing.connectEnd is 0
PASS window.cached_performance_timing.connectStart 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.navigationStart 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_personalbar.visible is false
PASS window.cached_screen.availHeight 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.orientation is ''
PASS window.cached_screen.pixelDepth is 0
PASS window.cached_screen.width is 0
PASS window.cached_scrollbars.visible is false
PASS window.cached_statusbar.visible is false
PASS window.cached_styleMedia.type is ''
PASS window.cached_toolbar.visible is false
PASS successfullyParsed is true
TEST COMPLETE
CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
Tests access of cached DOMWindow properties after the associated frame is no longer in a web page. Test should not crash and properties should be set to sane defaults.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.cached_history.length is 0
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.protocol is 'about:'
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.language is window.navigator.language
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_performance_timing.connectEnd is 0
PASS window.cached_performance_timing.connectStart 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.navigationStart 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_personalbar.visible is false
PASS window.cached_screen.availHeight 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.orientation is ''
PASS window.cached_screen.pixelDepth is 0
PASS window.cached_screen.width is 0
PASS window.cached_scrollbars.visible is false
PASS window.cached_statusbar.visible is false
PASS window.cached_styleMedia.type is ''
PASS window.cached_toolbar.visible is false
PASS successfullyParsed is true
TEST COMPLETE
CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
Tests property access on a cached DOMWindow after the associated frame is navigated. Test should not crash and properties read from the cached DOMWindow should be identical to properties through the 'current' DOMWindow.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio
PASS oldChildWindow.history.length is newChildWindow.history.length
PASS oldChildWindow.innerHeight is newChildWindow.innerHeight
PASS oldChildWindow.innerWidth is newChildWindow.innerWidth
PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync
PASS oldChildWindow.length is newChildWindow.length
PASS oldChildWindow.location.href is newChildWindow.location.href
PASS oldChildWindow.location.origin is newChildWindow.location.origin
PASS oldChildWindow.location.pathname is newChildWindow.location.pathname
PASS oldChildWindow.location.protocol is newChildWindow.location.protocol
PASS oldChildWindow.locationbar.visible is newChildWindow.locationbar.visible
PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible
PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeName
PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEnabled
PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering
PASS oldChildWindow.outerHeight is newChildWindow.outerHeight
PASS oldChildWindow.outerWidth is newChildWindow.outerWidth
PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance.timing.connectEnd
PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performance.timing.connectStart
PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindow.performance.timing.domContentLoadedEventEnd
PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWindow.performance.timing.domContentLoadedEventStart
PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performance.timing.domInteractive
PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance.timing.domLoading
PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.performance.timing.domainLookupEnd
PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.performance.timing.domainLookupStart
PASS oldChildWindow.performance.timing.fetchStart is newChildWindow.performance.timing.fetchStart
PASS oldChildWindow.performance.timing.navigationStart is newChildWindow.performance.timing.navigationStart
PASS oldChildWindow.performance.timing.requestStart is newChildWindow.performance.timing.requestStart
PASS oldChildWindow.performance.timing.responseEnd is newChildWindow.performance.timing.responseEnd
PASS oldChildWindow.performance.timing.responseStart is newChildWindow.performance.timing.responseStart
PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible
PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight
PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop
PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth
PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth
PASS oldChildWindow.screen.height is newChildWindow.screen.height
PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation
PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth
PASS oldChildWindow.screen.width is newChildWindow.screen.width
PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptParsed
PASS successfullyParsed is true
TEST COMPLETE
CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
Tests property access on a cached DOMWindow after the associated frame is no longer in a web page. Test should not crash and properties should be set to sane defaults.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS childWindow.devicePixelRatio is 0
PASS childWindow.history.length is 0
PASS childWindow.innerHeight is 0
PASS childWindow.innerWidth is 0
PASS childWindow.length is 0
PASS childWindow.location.href is 'about:blank'
PASS childWindow.location.origin is 'null'
PASS childWindow.location.pathname is 'blank'
PASS childWindow.location.protocol is 'about:'
PASS childWindow.locationbar.visible is false
PASS childWindow.menubar.visible is false
PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
PASS childWindow.navigator.appName is window.navigator.appName
PASS childWindow.navigator.appVersion is ''
PASS childWindow.navigator.cookieEnabled is false
PASS childWindow.navigator.language is window.navigator.language
PASS childWindow.navigator.onLine is window.navigator.onLine
PASS childWindow.navigator.platform is window.navigator.platform
PASS childWindow.navigator.product is window.navigator.product
PASS childWindow.navigator.productSub is window.navigator.productSub
PASS childWindow.navigator.userAgent is ''
PASS childWindow.navigator.vendor is window.navigator.vendor
FAIL childWindow.offscreenBuffering should be false. Was true.
PASS childWindow.outerHeight is 0
PASS childWindow.outerWidth is 0
PASS childWindow.performance.timing.connectEnd is 0
PASS childWindow.performance.timing.connectStart is 0
PASS childWindow.performance.timing.domLoading is 0
PASS childWindow.performance.timing.domainLookupEnd is 0
PASS childWindow.performance.timing.domainLookupStart is 0
PASS childWindow.performance.timing.fetchStart is 0
PASS childWindow.performance.timing.navigationStart is 0
PASS childWindow.performance.timing.requestStart is 0
PASS childWindow.performance.timing.responseEnd is 0
PASS childWindow.performance.timing.responseStart is 0
PASS childWindow.personalbar.visible is false
PASS childWindow.screen.availHeight is 0
PASS childWindow.screen.availTop is 0
PASS childWindow.screen.availWidth is 0
PASS childWindow.screen.colorDepth is 0
PASS childWindow.screen.height is 0
PASS childWindow.screen.orientation is ''
PASS childWindow.screen.pixelDepth is 0
PASS childWindow.screen.width is 0
PASS childWindow.scrollbars.visible is false
PASS childWindow.statusbar.visible is false
PASS childWindow.styleMedia.type is ''
PASS childWindow.toolbar.visible is false
PASS successfullyParsed is true
TEST COMPLETE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment