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

Side by Side Diff: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt

Issue 185643006: Auto-rebaseline for r168632 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 Tests access of cached DOMWindow properties after the associated frame is naviga ted. Test should not crash and properties should be set to sane defaults. 2 Tests access of cached DOMWindow properties after the associated frame is naviga ted. Test should not crash and properties should be set to sane defaults.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS window.cached_history.length is 0 7 PASS window.cached_history.length is 0
8 FAIL window.cached_location.href should be about:blank (of type string). Was und efined (of type undefined). 8 FAIL window.cached_location.href should be about:blank (of type string). Was und efined (of type undefined).
9 FAIL window.cached_location.origin should be null (of type string). Was undefine d (of type undefined). 9 FAIL window.cached_location.origin should be null (of type string). Was undefine d (of type undefined).
10 FAIL window.cached_location.pathname should be blank (of type string). Was undef ined (of type undefined). 10 FAIL window.cached_location.pathname should be blank (of type string). Was undef ined (of type undefined).
11 FAIL window.cached_location.protocol should be about: (of type string). Was unde fined (of type undefined). 11 FAIL window.cached_location.protocol should be about: (of type string). Was unde fined (of type undefined).
12 PASS window.cached_locationbar.visible is false 12 PASS window.cached_locationbar.visible is false
13 PASS window.cached_menubar.visible is false 13 PASS window.cached_menubar.visible is false
14 PASS window.cached_navigator.appCodeName is window.navigator.appCodeName 14 PASS window.cached_navigator.appCodeName is window.navigator.appCodeName
15 PASS window.cached_navigator.appName is window.navigator.appName 15 PASS window.cached_navigator.appName is window.navigator.appName
16 PASS window.cached_navigator.appVersion is '' 16 PASS window.cached_navigator.appVersion is ''
17 PASS window.cached_navigator.cookieEnabled is false 17 PASS window.cached_navigator.cookieEnabled is false
18 PASS window.cached_navigator.language is window.navigator.language 18 PASS window.cached_navigator.language is window.navigator.language
19 PASS window.cached_navigator.onLine is window.navigator.onLine 19 PASS window.cached_navigator.onLine is window.navigator.onLine
20 PASS window.cached_navigator.platform is window.navigator.platform 20 PASS window.cached_navigator.platform is window.navigator.platform
21 PASS window.cached_navigator.product is window.navigator.product 21 PASS window.cached_navigator.product is window.navigator.product
22 PASS window.cached_navigator.productSub is window.navigator.productSub 22 PASS window.cached_navigator.productSub is window.navigator.productSub
23 PASS window.cached_navigator.userAgent is '' 23 PASS window.cached_navigator.userAgent is ''
24 PASS window.cached_navigator.vendor is window.navigator.vendor 24 PASS window.cached_navigator.vendor is window.navigator.vendor
25 PASS window.cached_navigator_battery.charging is true
26 PASS window.cached_navigator_battery.chargingTime is Infinity
27 PASS window.cached_navigator_battery.dischargingTime is Infinity
28 PASS window.cached_navigator_battery.level is 1
25 PASS window.cached_performance_timing.connectEnd is 0 29 PASS window.cached_performance_timing.connectEnd is 0
26 PASS window.cached_performance_timing.connectStart is 0 30 PASS window.cached_performance_timing.connectStart is 0
27 PASS window.cached_performance_timing.domContentLoadedEventEnd is 0 31 PASS window.cached_performance_timing.domContentLoadedEventEnd is 0
28 PASS window.cached_performance_timing.domContentLoadedEventStart is 0 32 PASS window.cached_performance_timing.domContentLoadedEventStart is 0
29 PASS window.cached_performance_timing.domInteractive is 0 33 PASS window.cached_performance_timing.domInteractive is 0
30 PASS window.cached_performance_timing.domLoading is 0 34 PASS window.cached_performance_timing.domLoading is 0
31 PASS window.cached_performance_timing.domainLookupEnd is 0 35 PASS window.cached_performance_timing.domainLookupEnd is 0
32 PASS window.cached_performance_timing.domainLookupStart is 0 36 PASS window.cached_performance_timing.domainLookupStart is 0
33 PASS window.cached_performance_timing.fetchStart is 0 37 PASS window.cached_performance_timing.fetchStart is 0
34 PASS window.cached_performance_timing.navigationStart is 0 38 PASS window.cached_performance_timing.navigationStart is 0
(...skipping 10 matching lines...) Expand all
45 PASS window.cached_screen.pixelDepth is 0 49 PASS window.cached_screen.pixelDepth is 0
46 PASS window.cached_screen.width is 0 50 PASS window.cached_screen.width is 0
47 PASS window.cached_scrollbars.visible is false 51 PASS window.cached_scrollbars.visible is false
48 PASS window.cached_statusbar.visible is false 52 PASS window.cached_statusbar.visible is false
49 PASS window.cached_styleMedia.type is '' 53 PASS window.cached_styleMedia.type is ''
50 PASS window.cached_toolbar.visible is false 54 PASS window.cached_toolbar.visible is false
51 PASS successfullyParsed is true 55 PASS successfullyParsed is true
52 56
53 TEST COMPLETE 57 TEST COMPLETE
54 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698