Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt

Issue 208243016: Fix collected properties in window-property-collector.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove mac-specific results Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
diff --git a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
deleted file mode 100644
index c9360b346f4624a57bc9a0ad4b7add3ea83958a2..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
+++ /dev/null
@@ -1,62 +0,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 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 ''
-FAIL childWindow.navigator.battery.charging should be false. Was true.
-FAIL childWindow.navigator.battery.chargingTime should be 0. Was Infinity.
-FAIL childWindow.navigator.battery.dischargingTime should be 0. Was Infinity.
-FAIL childWindow.navigator.battery.level should be 0. Was 1.
-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 'portrait-primary'
-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
-
« no previous file with comments | « LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698