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

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

Issue 2501263002: Indexed DB: Add removal date to webkit-prefixed alias deprecations (Closed)
Patch Set: Remove android_webview expectation change Created 4 years, 1 month 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 and will be removed in M57, around March 2017. Please use 'indexedDB' instead. See https://www.chromes tatus.com/features/5775330191081472 for more details.
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
11 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading 11 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
12 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror 12 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth 233 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth
234 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX 234 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX
235 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY 235 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY
236 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale 236 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
237 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft 237 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft
238 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop 238 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop
239 PASS successfullyParsed is true 239 PASS successfullyParsed is true
240 240
241 TEST COMPLETE 241 TEST COMPLETE
242 242
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698