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

Unified Diff: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-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
Index: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
diff --git a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
deleted file mode 100644
index 796471d02196d15b9b6956e853935b6d9d4457a6..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
+++ /dev/null
@@ -1,58 +0,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 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
-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.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 '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_statusbar.visible is false
-PASS window.cached_styleMedia.type is ''
-PASS window.cached_toolbar.visible is false
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698