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

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

Issue 374623002: [screen-orientation] Update implementation to match recent spec changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-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_applicationCache.oncached is null 7 PASS window.cached_applicationCache.oncached is null
8 PASS window.cached_applicationCache.onchecking is null 8 PASS window.cached_applicationCache.onchecking is null
9 PASS window.cached_applicationCache.ondownloading is null 9 PASS window.cached_applicationCache.ondownloading is null
10 PASS window.cached_applicationCache.onerror is null 10 PASS window.cached_applicationCache.onerror is null
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 PASS window.cached_performance_timing.secureConnectionStart is 0 71 PASS window.cached_performance_timing.secureConnectionStart is 0
72 PASS window.cached_performance_timing.unloadEventEnd is 0 72 PASS window.cached_performance_timing.unloadEventEnd is 0
73 PASS window.cached_performance_timing.unloadEventStart is 0 73 PASS window.cached_performance_timing.unloadEventStart is 0
74 PASS window.cached_personalbar.visible is false 74 PASS window.cached_personalbar.visible is false
75 PASS window.cached_screen.availHeight is 0 75 PASS window.cached_screen.availHeight is 0
76 PASS window.cached_screen.availLeft is 0 76 PASS window.cached_screen.availLeft is 0
77 PASS window.cached_screen.availTop is 0 77 PASS window.cached_screen.availTop is 0
78 PASS window.cached_screen.availWidth is 0 78 PASS window.cached_screen.availWidth is 0
79 PASS window.cached_screen.colorDepth is 0 79 PASS window.cached_screen.colorDepth is 0
80 PASS window.cached_screen.height is 0 80 PASS window.cached_screen.height is 0
81 PASS window.cached_screen.orientation is 'portrait-primary'
82 PASS window.cached_screen.pixelDepth is 0 81 PASS window.cached_screen.pixelDepth is 0
83 PASS window.cached_screen.width is 0 82 PASS window.cached_screen.width is 0
83 PASS window.cached_screen_orientation.angle is 0
84 PASS window.cached_screen_orientation.onchange is null
85 FAIL window.cached_screen_orientation.type should be . Was portrait-primary.
84 PASS window.cached_scrollbars.visible is false 86 PASS window.cached_scrollbars.visible is false
85 PASS window.cached_speechSynthesis.onvoiceschanged is null 87 PASS window.cached_speechSynthesis.onvoiceschanged is null
86 PASS window.cached_speechSynthesis.paused is false 88 PASS window.cached_speechSynthesis.paused is false
87 PASS window.cached_speechSynthesis.pending is false 89 PASS window.cached_speechSynthesis.pending is false
88 PASS window.cached_speechSynthesis.speaking is false 90 PASS window.cached_speechSynthesis.speaking is false
89 PASS window.cached_statusbar.visible is false 91 PASS window.cached_statusbar.visible is false
90 PASS window.cached_styleMedia.type is '' 92 PASS window.cached_styleMedia.type is ''
91 PASS window.cached_toolbar.visible is false 93 PASS window.cached_toolbar.visible is false
92 PASS successfullyParsed is true 94 PASS successfullyParsed is true
93 95
94 TEST COMPLETE 96 TEST COMPLETE
95 97
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698