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

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

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update LayoutTests for new properties Created 5 years, 7 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 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 PASS oldChildWindow.onwebkitanimationstart is newChildWindow.onwebkitanimationst art 149 PASS oldChildWindow.onwebkitanimationstart is newChildWindow.onwebkitanimationst art
150 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionen d 150 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionen d
151 PASS oldChildWindow.onwheel is newChildWindow.onwheel 151 PASS oldChildWindow.onwheel is newChildWindow.onwheel
152 PASS oldChildWindow.opener is newChildWindow.opener 152 PASS oldChildWindow.opener is newChildWindow.opener
153 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight 153 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight
154 PASS oldChildWindow.outerWidth is newChildWindow.outerWidth 154 PASS oldChildWindow.outerWidth is newChildWindow.outerWidth
155 PASS oldChildWindow.pageXOffset is newChildWindow.pageXOffset 155 PASS oldChildWindow.pageXOffset is newChildWindow.pageXOffset
156 PASS oldChildWindow.pageYOffset is newChildWindow.pageYOffset 156 PASS oldChildWindow.pageYOffset is newChildWindow.pageYOffset
157 PASS oldChildWindow.performance.navigation.redirectCount is newChildWindow.perfo rmance.navigation.redirectCount 157 PASS oldChildWindow.performance.navigation.redirectCount is newChildWindow.perfo rmance.navigation.redirectCount
158 PASS oldChildWindow.performance.navigation.type is newChildWindow.performance.na vigation.type 158 PASS oldChildWindow.performance.navigation.type is newChildWindow.performance.na vigation.type
159 PASS oldChildWindow.performance.onframetimingbufferfull is newChildWindow.perfor mance.onframetimingbufferfull
159 PASS oldChildWindow.performance.onwebkitresourcetimingbufferfull is newChildWind ow.performance.onwebkitresourcetimingbufferfull 160 PASS oldChildWindow.performance.onwebkitresourcetimingbufferfull is newChildWind ow.performance.onwebkitresourcetimingbufferfull
160 PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance. timing.connectEnd 161 PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance. timing.connectEnd
161 PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performanc e.timing.connectStart 162 PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performanc e.timing.connectStart
162 PASS oldChildWindow.performance.timing.domComplete is newChildWindow.performance .timing.domComplete 163 PASS oldChildWindow.performance.timing.domComplete is newChildWindow.performance .timing.domComplete
163 PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindo w.performance.timing.domContentLoadedEventEnd 164 PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindo w.performance.timing.domContentLoadedEventEnd
164 PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWin dow.performance.timing.domContentLoadedEventStart 165 PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWin dow.performance.timing.domContentLoadedEventStart
165 PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performa nce.timing.domInteractive 166 PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performa nce.timing.domInteractive
166 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading 167 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading
167 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd 168 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd
168 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo rmance.timing.domainLookupStart 169 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo rmance.timing.domainLookupStart
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 204 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
204 PASS oldChildWindow.status is newChildWindow.status 205 PASS oldChildWindow.status is newChildWindow.status
205 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 206 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
206 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 207 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
207 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 208 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
208 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 209 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
209 PASS successfullyParsed is true 210 PASS successfullyParsed is true
210 211
211 TEST COMPLETE 212 TEST COMPLETE
212 213
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698