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

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

Issue 241203003: Screen Orientation: fire event on Window instead of Screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@ScreenOrientationUndefined
Patch Set: fix tests Created 6 years, 8 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
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 remove d from a web page and garbage collected. Test should not crash and properties sh ould be set to sane defaults. 2 Tests access of cached DOMWindow properties after the associated frame is remove d from a web page and garbage collected. Test should not crash and properties sh ould 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 PASS window.cached_performance_timing.secureConnectionStart is 0 73 PASS window.cached_performance_timing.secureConnectionStart is 0
74 PASS window.cached_performance_timing.unloadEventEnd is 0 74 PASS window.cached_performance_timing.unloadEventEnd is 0
75 PASS window.cached_performance_timing.unloadEventStart is 0 75 PASS window.cached_performance_timing.unloadEventStart is 0
76 PASS window.cached_personalbar.visible is false 76 PASS window.cached_personalbar.visible is false
77 PASS window.cached_screen.availHeight is 0 77 PASS window.cached_screen.availHeight is 0
78 PASS window.cached_screen.availLeft is 0 78 PASS window.cached_screen.availLeft is 0
79 PASS window.cached_screen.availTop is 0 79 PASS window.cached_screen.availTop is 0
80 PASS window.cached_screen.availWidth is 0 80 PASS window.cached_screen.availWidth is 0
81 PASS window.cached_screen.colorDepth is 0 81 PASS window.cached_screen.colorDepth is 0
82 PASS window.cached_screen.height is 0 82 PASS window.cached_screen.height is 0
83 PASS window.cached_screen.onorientationchange is null
84 PASS window.cached_screen.orientation is 'portrait-primary' 83 PASS window.cached_screen.orientation is 'portrait-primary'
85 PASS window.cached_screen.pixelDepth is 0 84 PASS window.cached_screen.pixelDepth is 0
86 PASS window.cached_screen.width is 0 85 PASS window.cached_screen.width is 0
87 PASS window.cached_scrollbars.visible is false 86 PASS window.cached_scrollbars.visible is false
88 PASS window.cached_speechSynthesis.onvoiceschanged is null 87 PASS window.cached_speechSynthesis.onvoiceschanged is null
89 PASS window.cached_speechSynthesis.paused is false 88 PASS window.cached_speechSynthesis.paused is false
90 PASS window.cached_speechSynthesis.pending is false 89 PASS window.cached_speechSynthesis.pending is false
91 PASS window.cached_speechSynthesis.speaking is false 90 PASS window.cached_speechSynthesis.speaking is false
92 PASS window.cached_statusbar.visible is false 91 PASS window.cached_statusbar.visible is false
93 PASS window.cached_styleMedia.type is '' 92 PASS window.cached_styleMedia.type is ''
94 PASS window.cached_toolbar.visible is false 93 PASS window.cached_toolbar.visible is false
95 PASS successfullyParsed is true 94 PASS successfullyParsed is true
96 95
97 TEST COMPLETE 96 TEST COMPLETE
98 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698