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

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

Issue 1179113007: Implement onunhandledrejection / onrejectionhandled events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 6 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/fast/dom/Window/property-access-on-cached-window-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 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
3 Tests property access on a cached DOMWindow after the associated frame is naviga ted. Test should not crash and properties read from the cached DOMWindow should be identical to properties through the 'current' DOMWindow. 3 Tests property access on a cached DOMWindow after the associated frame is naviga ted. Test should not crash and properties read from the cached DOMWindow should be identical to properties through the 'current' DOMWindow.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached 8 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
9 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 9 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
10 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading 10 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 PASS oldChildWindow.onoffline is newChildWindow.onoffline 115 PASS oldChildWindow.onoffline is newChildWindow.onoffline
116 PASS oldChildWindow.ononline is newChildWindow.ononline 116 PASS oldChildWindow.ononline is newChildWindow.ononline
117 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide 117 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide
118 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow 118 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow
119 PASS oldChildWindow.onpause is newChildWindow.onpause 119 PASS oldChildWindow.onpause is newChildWindow.onpause
120 PASS oldChildWindow.onplay is newChildWindow.onplay 120 PASS oldChildWindow.onplay is newChildWindow.onplay
121 PASS oldChildWindow.onplaying is newChildWindow.onplaying 121 PASS oldChildWindow.onplaying is newChildWindow.onplaying
122 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate 122 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate
123 PASS oldChildWindow.onprogress is newChildWindow.onprogress 123 PASS oldChildWindow.onprogress is newChildWindow.onprogress
124 PASS oldChildWindow.onratechange is newChildWindow.onratechange 124 PASS oldChildWindow.onratechange is newChildWindow.onratechange
125 PASS oldChildWindow.onrejectionhandled is newChildWindow.onrejectionhandled
125 PASS oldChildWindow.onreset is newChildWindow.onreset 126 PASS oldChildWindow.onreset is newChildWindow.onreset
126 PASS oldChildWindow.onresize is newChildWindow.onresize 127 PASS oldChildWindow.onresize is newChildWindow.onresize
127 PASS oldChildWindow.onscroll is newChildWindow.onscroll 128 PASS oldChildWindow.onscroll is newChildWindow.onscroll
128 PASS oldChildWindow.onsearch is newChildWindow.onsearch 129 PASS oldChildWindow.onsearch is newChildWindow.onsearch
129 PASS oldChildWindow.onseeked is newChildWindow.onseeked 130 PASS oldChildWindow.onseeked is newChildWindow.onseeked
130 PASS oldChildWindow.onseeking is newChildWindow.onseeking 131 PASS oldChildWindow.onseeking is newChildWindow.onseeking
131 PASS oldChildWindow.onselect is newChildWindow.onselect 132 PASS oldChildWindow.onselect is newChildWindow.onselect
132 PASS oldChildWindow.onshow is newChildWindow.onshow 133 PASS oldChildWindow.onshow is newChildWindow.onshow
133 PASS oldChildWindow.onstalled is newChildWindow.onstalled 134 PASS oldChildWindow.onstalled is newChildWindow.onstalled
134 PASS oldChildWindow.onstorage is newChildWindow.onstorage 135 PASS oldChildWindow.onstorage is newChildWindow.onstorage
135 PASS oldChildWindow.onsubmit is newChildWindow.onsubmit 136 PASS oldChildWindow.onsubmit is newChildWindow.onsubmit
136 PASS oldChildWindow.onsuspend is newChildWindow.onsuspend 137 PASS oldChildWindow.onsuspend is newChildWindow.onsuspend
137 PASS oldChildWindow.ontimeupdate is newChildWindow.ontimeupdate 138 PASS oldChildWindow.ontimeupdate is newChildWindow.ontimeupdate
138 PASS oldChildWindow.ontoggle is newChildWindow.ontoggle 139 PASS oldChildWindow.ontoggle is newChildWindow.ontoggle
139 PASS oldChildWindow.ontouchcancel is newChildWindow.ontouchcancel 140 PASS oldChildWindow.ontouchcancel is newChildWindow.ontouchcancel
140 PASS oldChildWindow.ontouchend is newChildWindow.ontouchend 141 PASS oldChildWindow.ontouchend is newChildWindow.ontouchend
141 PASS oldChildWindow.ontouchmove is newChildWindow.ontouchmove 142 PASS oldChildWindow.ontouchmove is newChildWindow.ontouchmove
142 PASS oldChildWindow.ontouchstart is newChildWindow.ontouchstart 143 PASS oldChildWindow.ontouchstart is newChildWindow.ontouchstart
143 PASS oldChildWindow.ontransitionend is newChildWindow.ontransitionend 144 PASS oldChildWindow.ontransitionend is newChildWindow.ontransitionend
145 PASS oldChildWindow.onunhandledrejection is newChildWindow.onunhandledrejection
144 PASS oldChildWindow.onunload is newChildWindow.onunload 146 PASS oldChildWindow.onunload is newChildWindow.onunload
145 PASS oldChildWindow.onvolumechange is newChildWindow.onvolumechange 147 PASS oldChildWindow.onvolumechange is newChildWindow.onvolumechange
146 PASS oldChildWindow.onwaiting is newChildWindow.onwaiting 148 PASS oldChildWindow.onwaiting is newChildWindow.onwaiting
147 PASS oldChildWindow.onwebkitanimationend is newChildWindow.onwebkitanimationend 149 PASS oldChildWindow.onwebkitanimationend is newChildWindow.onwebkitanimationend
148 PASS oldChildWindow.onwebkitanimationiteration is newChildWindow.onwebkitanimati oniteration 150 PASS oldChildWindow.onwebkitanimationiteration is newChildWindow.onwebkitanimati oniteration
149 PASS oldChildWindow.onwebkitanimationstart is newChildWindow.onwebkitanimationst art 151 PASS oldChildWindow.onwebkitanimationstart is newChildWindow.onwebkitanimationst art
150 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionen d 152 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionen d
151 PASS oldChildWindow.onwheel is newChildWindow.onwheel 153 PASS oldChildWindow.onwheel is newChildWindow.onwheel
152 PASS oldChildWindow.opener is newChildWindow.opener 154 PASS oldChildWindow.opener is newChildWindow.opener
153 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight 155 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 206 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
205 PASS oldChildWindow.status is newChildWindow.status 207 PASS oldChildWindow.status is newChildWindow.status
206 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 208 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
207 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 209 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
208 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 210 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
209 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 211 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
210 PASS successfullyParsed is true 212 PASS successfullyParsed is true
211 213
212 TEST COMPLETE 214 TEST COMPLETE
213 215
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698