Commit e1dd56b1 authored by ojan@chromium.org's avatar ojan@chromium.org

Auto-rebaseline for r169467

http://src.chromium.org/viewvc/blink?view=revision&revision=169467

BUG=350978
TBR=dcheng@chromium.org

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

git-svn-id: svn://svn.chromium.org/blink/trunk@169490 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent da31a196
...@@ -909,12 +909,6 @@ crbug.com/350829 [ Win Debug ] virtual/threaded/animations/missing-keyframe-prop ...@@ -909,12 +909,6 @@ crbug.com/350829 [ Win Debug ] virtual/threaded/animations/missing-keyframe-prop
crbug.com/350829 [ Linux ] virtual/threaded/animations/missing-keyframe-properties-timing-function.html [ Timeout Pass ] crbug.com/350829 [ Linux ] virtual/threaded/animations/missing-keyframe-properties-timing-function.html [ Timeout Pass ]
crbug.com/350829 [ Win Debug ] virtual/threaded/animations/missing-keyframe-properties-timing-function.html [ Timeout Pass ] crbug.com/350829 [ Win Debug ] virtual/threaded/animations/missing-keyframe-properties-timing-function.html [ Timeout Pass ]
crbug.com/350978 [ Mac ] fast/dom/Window/property-access-on-cached-properties-after-frame-navigated.html [ NeedsRebaseline ]
crbug.com/350978 [ Mac ] fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced.html [ NeedsRebaseline ]
crbug.com/350978 [ Mac ] fast/dom/Window/property-access-on-cached-properties-after-frame-removed.html [ NeedsRebaseline ]
crbug.com/350978 [ Mac ] fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced.html [ NeedsRebaseline ]
crbug.com/350978 [ Mac ] fast/dom/Window/property-access-on-cached-window-after-frame-removed.html [ NeedsRebaseline ]
crbug.com/352377 svg/animations/repeatn-event-1c.svg [ ImageOnlyFailure Pass ] crbug.com/352377 svg/animations/repeatn-event-1c.svg [ ImageOnlyFailure Pass ]
crbug.com/352385 [ Win Debug ] virtual/threaded/animations/3d/transform-perspective.html [ Timeout Pass ] crbug.com/352385 [ Win Debug ] virtual/threaded/animations/3d/transform-perspective.html [ Timeout Pass ]
crbug.com/352703 [ Win Debug ] virtual/serviceworker/http/tests/serviceworker/registration.html [ Crash Pass ] crbug.com/352703 [ Win Debug ] virtual/serviceworker/http/tests/serviceworker/registration.html [ Crash Pass ]
......
...@@ -22,10 +22,10 @@ PASS window.cached_navigator.product is window.navigator.product ...@@ -22,10 +22,10 @@ PASS window.cached_navigator.product is window.navigator.product
PASS window.cached_navigator.productSub is window.navigator.productSub PASS window.cached_navigator.productSub is window.navigator.productSub
PASS window.cached_navigator.userAgent is '' PASS window.cached_navigator.userAgent is ''
PASS window.cached_navigator.vendor is window.navigator.vendor PASS window.cached_navigator.vendor is window.navigator.vendor
PASS window.cached_navigator_battery.charging is true FAIL window.cached_navigator_battery.charging should be false. Was true.
PASS window.cached_navigator_battery.chargingTime is Infinity FAIL window.cached_navigator_battery.chargingTime should be 0. Was Infinity.
PASS window.cached_navigator_battery.dischargingTime is Infinity FAIL window.cached_navigator_battery.dischargingTime should be 0. Was Infinity.
PASS window.cached_navigator_battery.level is 1 FAIL window.cached_navigator_battery.level should be 0. Was 1.
PASS window.cached_performance_timing.connectEnd is 0 PASS window.cached_performance_timing.connectEnd is 0
PASS window.cached_performance_timing.connectStart is 0 PASS window.cached_performance_timing.connectStart is 0
PASS window.cached_performance_timing.domContentLoadedEventEnd is 0 PASS window.cached_performance_timing.domContentLoadedEventEnd is 0
......
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 removed from a web page and garbage collected. 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
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_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
...@@ -22,10 +22,10 @@ PASS window.cached_navigator.product is window.navigator.product ...@@ -22,10 +22,10 @@ PASS window.cached_navigator.product is window.navigator.product
PASS window.cached_navigator.productSub is window.navigator.productSub PASS window.cached_navigator.productSub is window.navigator.productSub
PASS window.cached_navigator.userAgent is '' PASS window.cached_navigator.userAgent is ''
PASS window.cached_navigator.vendor is window.navigator.vendor PASS window.cached_navigator.vendor is window.navigator.vendor
PASS window.cached_navigator_battery.charging is true FAIL window.cached_navigator_battery.charging should be false. Was true.
PASS window.cached_navigator_battery.chargingTime is Infinity FAIL window.cached_navigator_battery.chargingTime should be 0. Was Infinity.
PASS window.cached_navigator_battery.dischargingTime is Infinity FAIL window.cached_navigator_battery.dischargingTime should be 0. Was Infinity.
PASS window.cached_navigator_battery.level is 1 FAIL window.cached_navigator_battery.level should be 0. Was 1.
PASS window.cached_performance_timing.connectEnd is 0 PASS window.cached_performance_timing.connectEnd is 0
PASS window.cached_performance_timing.connectStart is 0 PASS window.cached_performance_timing.connectStart is 0
PASS window.cached_performance_timing.domLoading is 0 PASS window.cached_performance_timing.domLoading is 0
......
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 removed from a web page and garbage collected. 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
FAIL childWindow.jsTestIsAsync should be false (of type boolean). Was undefined (of type undefined).
PASS childWindow.length is 0
FAIL childWindow.location.href should be about:blank (of type string). Was undefined (of type undefined).
FAIL childWindow.location.origin should be null (of type string). Was undefined (of type undefined).
FAIL childWindow.location.pathname should be blank (of type string). Was undefined (of type undefined).
FAIL childWindow.location.protocol should be about: (of type string). Was undefined (of type undefined).
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 ''
FAIL childWindow.navigator.battery.charging should be false. Threw exception TypeError: Cannot read property 'charging' of null
FAIL childWindow.navigator.battery.chargingTime should be 0. Threw exception TypeError: Cannot read property 'chargingTime' of null
FAIL childWindow.navigator.battery.dischargingTime should be 0. Threw exception TypeError: Cannot read property 'dischargingTime' of null
FAIL childWindow.navigator.battery.level should be 0. Threw exception TypeError: Cannot read property 'level' of null
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
...@@ -18,10 +18,10 @@ PASS childWindow.menubar.visible is false ...@@ -18,10 +18,10 @@ PASS childWindow.menubar.visible is false
PASS childWindow.navigator.appCodeName is window.navigator.appCodeName PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
PASS childWindow.navigator.appName is window.navigator.appName PASS childWindow.navigator.appName is window.navigator.appName
PASS childWindow.navigator.appVersion is '' PASS childWindow.navigator.appVersion is ''
PASS childWindow.navigator.battery.charging is true FAIL childWindow.navigator.battery.charging should be false. Was true.
PASS childWindow.navigator.battery.chargingTime is Infinity FAIL childWindow.navigator.battery.chargingTime should be 0. Was Infinity.
PASS childWindow.navigator.battery.dischargingTime is Infinity FAIL childWindow.navigator.battery.dischargingTime should be 0. Was Infinity.
PASS childWindow.navigator.battery.level is 1 FAIL childWindow.navigator.battery.level should be 0. Was 1.
PASS childWindow.navigator.cookieEnabled is false PASS childWindow.navigator.cookieEnabled is false
PASS childWindow.navigator.language is window.navigator.language PASS childWindow.navigator.language is window.navigator.language
PASS childWindow.navigator.onLine is window.navigator.onLine PASS childWindow.navigator.onLine is window.navigator.onLine
......
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