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

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

Issue 2619823003: Remove prefixed Resource Timing buffer management API (Closed)
Patch Set: Created 3 years, 11 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: line 101: 'Performance.onwebkitresourcetimingbufferfull' is dep recated. Please use 'Performance.onresourcetimingbufferfull' instead.
2 CONSOLE WARNING: line 101: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d. 1 CONSOLE WARNING: line 101: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d.
3 Tests property access on a cached DOMWindow 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 property access on a cached DOMWindow 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.
4 3
5 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 ".
6 5
7 6
8 PASS childWindow.closed is true 7 PASS childWindow.closed is true
9 PASS childWindow.defaultStatus is '' 8 PASS childWindow.defaultStatus is ''
10 PASS childWindow.defaultstatus is '' 9 PASS childWindow.defaultstatus is ''
11 PASS childWindow.devicePixelRatio is 0 10 PASS childWindow.devicePixelRatio is 0
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 PASS childWindow.onwheel is null 139 PASS childWindow.onwheel is null
141 PASS childWindow.opener is null 140 PASS childWindow.opener is null
142 PASS childWindow.outerHeight is 0 141 PASS childWindow.outerHeight is 0
143 PASS childWindow.outerWidth is 0 142 PASS childWindow.outerWidth is 0
144 PASS childWindow.pageXOffset is 0 143 PASS childWindow.pageXOffset is 0
145 PASS childWindow.pageYOffset is 0 144 PASS childWindow.pageYOffset is 0
146 PASS childWindow.performance.navigation.redirectCount is 0 145 PASS childWindow.performance.navigation.redirectCount is 0
147 PASS childWindow.performance.navigation.type is 0 146 PASS childWindow.performance.navigation.type is 0
148 PASS childWindow.performance.onframetimingbufferfull is null 147 PASS childWindow.performance.onframetimingbufferfull is null
149 PASS childWindow.performance.onresourcetimingbufferfull is null 148 PASS childWindow.performance.onresourcetimingbufferfull is null
150 PASS childWindow.performance.onwebkitresourcetimingbufferfull is null
151 PASS childWindow.performance.timing.connectEnd is 0 149 PASS childWindow.performance.timing.connectEnd is 0
152 PASS childWindow.performance.timing.connectStart is 0 150 PASS childWindow.performance.timing.connectStart is 0
153 PASS childWindow.performance.timing.domComplete is 0 151 PASS childWindow.performance.timing.domComplete is 0
154 PASS childWindow.performance.timing.domContentLoadedEventEnd is 0 152 PASS childWindow.performance.timing.domContentLoadedEventEnd is 0
155 PASS childWindow.performance.timing.domContentLoadedEventStart is 0 153 PASS childWindow.performance.timing.domContentLoadedEventStart is 0
156 PASS childWindow.performance.timing.domInteractive is 0 154 PASS childWindow.performance.timing.domInteractive is 0
157 PASS childWindow.performance.timing.domLoading is 0 155 PASS childWindow.performance.timing.domLoading is 0
158 PASS childWindow.performance.timing.domainLookupEnd is 0 156 PASS childWindow.performance.timing.domainLookupEnd is 0
159 PASS childWindow.performance.timing.domainLookupStart is 0 157 PASS childWindow.performance.timing.domainLookupStart is 0
160 PASS childWindow.performance.timing.fetchStart is 0 158 PASS childWindow.performance.timing.fetchStart is 0
(...skipping 30 matching lines...) Expand all
191 PASS childWindow.speechSynthesis.pending is false 189 PASS childWindow.speechSynthesis.pending is false
192 PASS childWindow.speechSynthesis.speaking is false 190 PASS childWindow.speechSynthesis.speaking is false
193 PASS childWindow.status is '' 191 PASS childWindow.status is ''
194 PASS childWindow.statusbar.visible is false 192 PASS childWindow.statusbar.visible is false
195 PASS childWindow.styleMedia.type is '' 193 PASS childWindow.styleMedia.type is ''
196 PASS childWindow.toolbar.visible is false 194 PASS childWindow.toolbar.visible is false
197 PASS successfullyParsed is true 195 PASS successfullyParsed is true
198 196
199 TEST COMPLETE 197 TEST COMPLETE
200 198
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698