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

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

Issue 2952413002: Remove out of spec FrameTiming members from Performance.idl (Closed)
Patch Set: More Created 3 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
OLDNEW
1 CONSOLE WARNING: line 113: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d. 1 CONSOLE WARNING: line 113: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d.
2 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. 2 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 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 oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached 7 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading 9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror 10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionen d 167 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionen d
168 PASS oldChildWindow.onwheel is newChildWindow.onwheel 168 PASS oldChildWindow.onwheel is newChildWindow.onwheel
169 PASS oldChildWindow.opener is newChildWindow.opener 169 PASS oldChildWindow.opener is newChildWindow.opener
170 PASS oldChildWindow.origin is newChildWindow.origin 170 PASS oldChildWindow.origin is newChildWindow.origin
171 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight 171 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight
172 PASS oldChildWindow.outerWidth is newChildWindow.outerWidth 172 PASS oldChildWindow.outerWidth is newChildWindow.outerWidth
173 PASS oldChildWindow.pageXOffset is newChildWindow.pageXOffset 173 PASS oldChildWindow.pageXOffset is newChildWindow.pageXOffset
174 PASS oldChildWindow.pageYOffset is newChildWindow.pageYOffset 174 PASS oldChildWindow.pageYOffset is newChildWindow.pageYOffset
175 PASS oldChildWindow.performance.navigation.redirectCount is newChildWindow.perfo rmance.navigation.redirectCount 175 PASS oldChildWindow.performance.navigation.redirectCount is newChildWindow.perfo rmance.navigation.redirectCount
176 PASS oldChildWindow.performance.navigation.type is newChildWindow.performance.na vigation.type 176 PASS oldChildWindow.performance.navigation.type is newChildWindow.performance.na vigation.type
177 PASS oldChildWindow.performance.onframetimingbufferfull is newChildWindow.perfor mance.onframetimingbufferfull
178 PASS oldChildWindow.performance.onresourcetimingbufferfull is newChildWindow.per formance.onresourcetimingbufferfull 177 PASS oldChildWindow.performance.onresourcetimingbufferfull is newChildWindow.per formance.onresourcetimingbufferfull
179 PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance. timing.connectEnd 178 PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance. timing.connectEnd
180 PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performanc e.timing.connectStart 179 PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performanc e.timing.connectStart
181 PASS oldChildWindow.performance.timing.domComplete is newChildWindow.performance .timing.domComplete 180 PASS oldChildWindow.performance.timing.domComplete is newChildWindow.performance .timing.domComplete
182 PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindo w.performance.timing.domContentLoadedEventEnd 181 PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindo w.performance.timing.domContentLoadedEventEnd
183 PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWin dow.performance.timing.domContentLoadedEventStart 182 PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWin dow.performance.timing.domContentLoadedEventStart
184 PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performa nce.timing.domInteractive 183 PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performa nce.timing.domInteractive
185 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading 184 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading
186 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd 185 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd
187 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo rmance.timing.domainLookupStart 186 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo rmance.timing.domainLookupStart
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 PASS oldChildWindow.visualViewport.offsetLeft is newChildWindow.visualViewport.o ffsetLeft 228 PASS oldChildWindow.visualViewport.offsetLeft is newChildWindow.visualViewport.o ffsetLeft
230 PASS oldChildWindow.visualViewport.offsetTop is newChildWindow.visualViewport.of fsetTop 229 PASS oldChildWindow.visualViewport.offsetTop is newChildWindow.visualViewport.of fsetTop
231 PASS oldChildWindow.visualViewport.pageLeft is newChildWindow.visualViewport.pag eLeft 230 PASS oldChildWindow.visualViewport.pageLeft is newChildWindow.visualViewport.pag eLeft
232 PASS oldChildWindow.visualViewport.pageTop is newChildWindow.visualViewport.page Top 231 PASS oldChildWindow.visualViewport.pageTop is newChildWindow.visualViewport.page Top
233 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale 232 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
234 PASS oldChildWindow.visualViewport.width is newChildWindow.visualViewport.width 233 PASS oldChildWindow.visualViewport.width is newChildWindow.visualViewport.width
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