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

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

Issue 2395653002: Remove buffering from PerformanceLongTaskTiming as it's not in the spec. (Closed)
Patch Set: update layout test expectations Created 4 years, 2 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 98: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 1 CONSOLE WARNING: line 98: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
2 CONSOLE WARNING: line 98: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead. 2 CONSOLE WARNING: line 98: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead.
3 CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is depr ecated. Please use 'Performance.onresourcetimingbufferfull' instead. 3 CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is depr ecated. Please use 'Performance.onresourcetimingbufferfull' instead.
4 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 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.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached 9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionen d 165 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionen d
166 PASS oldChildWindow.onwheel is newChildWindow.onwheel 166 PASS oldChildWindow.onwheel is newChildWindow.onwheel
167 PASS oldChildWindow.opener is newChildWindow.opener 167 PASS oldChildWindow.opener is newChildWindow.opener
168 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight 168 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight
169 PASS oldChildWindow.outerWidth is newChildWindow.outerWidth 169 PASS oldChildWindow.outerWidth is newChildWindow.outerWidth
170 PASS oldChildWindow.pageXOffset is newChildWindow.pageXOffset 170 PASS oldChildWindow.pageXOffset is newChildWindow.pageXOffset
171 PASS oldChildWindow.pageYOffset is newChildWindow.pageYOffset 171 PASS oldChildWindow.pageYOffset is newChildWindow.pageYOffset
172 PASS oldChildWindow.performance.navigation.redirectCount is newChildWindow.perfo rmance.navigation.redirectCount 172 PASS oldChildWindow.performance.navigation.redirectCount is newChildWindow.perfo rmance.navigation.redirectCount
173 PASS oldChildWindow.performance.navigation.type is newChildWindow.performance.na vigation.type 173 PASS oldChildWindow.performance.navigation.type is newChildWindow.performance.na vigation.type
174 PASS oldChildWindow.performance.onframetimingbufferfull is newChildWindow.perfor mance.onframetimingbufferfull 174 PASS oldChildWindow.performance.onframetimingbufferfull is newChildWindow.perfor mance.onframetimingbufferfull
175 PASS oldChildWindow.performance.onlongtasktimingbufferfull is newChildWindow.per formance.onlongtasktimingbufferfull
176 PASS oldChildWindow.performance.onresourcetimingbufferfull is newChildWindow.per formance.onresourcetimingbufferfull 175 PASS oldChildWindow.performance.onresourcetimingbufferfull is newChildWindow.per formance.onresourcetimingbufferfull
177 PASS oldChildWindow.performance.onwebkitresourcetimingbufferfull is newChildWind ow.performance.onwebkitresourcetimingbufferfull 176 PASS oldChildWindow.performance.onwebkitresourcetimingbufferfull is newChildWind ow.performance.onwebkitresourcetimingbufferfull
178 PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance. timing.connectEnd 177 PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance. timing.connectEnd
179 PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performanc e.timing.connectStart 178 PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performanc e.timing.connectStart
180 PASS oldChildWindow.performance.timing.domComplete is newChildWindow.performance .timing.domComplete 179 PASS oldChildWindow.performance.timing.domComplete is newChildWindow.performance .timing.domComplete
181 PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindo w.performance.timing.domContentLoadedEventEnd 180 PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindo w.performance.timing.domContentLoadedEventEnd
182 PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWin dow.performance.timing.domContentLoadedEventStart 181 PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWin dow.performance.timing.domContentLoadedEventStart
183 PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performa nce.timing.domInteractive 182 PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performa nce.timing.domInteractive
184 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading 183 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading
185 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd 184 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX 228 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX
230 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY 229 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY
231 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale 230 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
232 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft 231 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft
233 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop 232 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop
234 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 233 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
235 PASS successfullyParsed is true 234 PASS successfullyParsed is true
236 235
237 TEST COMPLETE 236 TEST COMPLETE
238 237
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698