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

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

Issue 183003012: Rebaseline expectations for fast/dom/Window/property-access-on-cached* on Mac (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
« no previous file with comments | « no previous file | LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
(...skipping 19 matching lines...) Expand all
30 PASS window.cached_performance_timing.domLoading is 0 30 PASS window.cached_performance_timing.domLoading is 0
31 PASS window.cached_performance_timing.domainLookupEnd is 0 31 PASS window.cached_performance_timing.domainLookupEnd is 0
32 PASS window.cached_performance_timing.domainLookupStart is 0 32 PASS window.cached_performance_timing.domainLookupStart is 0
33 PASS window.cached_performance_timing.fetchStart is 0 33 PASS window.cached_performance_timing.fetchStart is 0
34 PASS window.cached_performance_timing.navigationStart is 0 34 PASS window.cached_performance_timing.navigationStart is 0
35 PASS window.cached_performance_timing.requestStart is 0 35 PASS window.cached_performance_timing.requestStart is 0
36 PASS window.cached_performance_timing.responseEnd is 0 36 PASS window.cached_performance_timing.responseEnd is 0
37 PASS window.cached_performance_timing.responseStart is 0 37 PASS window.cached_performance_timing.responseStart is 0
38 PASS window.cached_personalbar.visible is false 38 PASS window.cached_personalbar.visible is false
39 PASS window.cached_screen.availHeight is 0 39 PASS window.cached_screen.availHeight is 0
40 PASS window.cached_screen.availTop is 0
40 PASS window.cached_screen.availWidth is 0 41 PASS window.cached_screen.availWidth is 0
41 PASS window.cached_screen.colorDepth is 0 42 PASS window.cached_screen.colorDepth is 0
42 PASS window.cached_screen.height is 0 43 PASS window.cached_screen.height is 0
43 PASS window.cached_screen.orientation is '' 44 PASS window.cached_screen.orientation is ''
44 PASS window.cached_screen.pixelDepth is 0 45 PASS window.cached_screen.pixelDepth is 0
45 PASS window.cached_screen.width is 0 46 PASS window.cached_screen.width is 0
46 PASS window.cached_scrollbars.visible is false 47 PASS window.cached_scrollbars.visible is false
47 PASS window.cached_statusbar.visible is false 48 PASS window.cached_statusbar.visible is false
48 PASS window.cached_styleMedia.type is '' 49 PASS window.cached_styleMedia.type is ''
49 PASS window.cached_toolbar.visible is false 50 PASS window.cached_toolbar.visible is false
50 PASS successfullyParsed is true 51 PASS successfullyParsed is true
51 52
52 TEST COMPLETE 53 TEST COMPLETE
53 54
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698