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

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

Issue 777453003: Make Window.offscreenBuffering non-enumerable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update expectations Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform 52 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
53 PASS oldChildWindow.navigator.presentation.onavailablechange is newChildWindow.n avigator.presentation.onavailablechange 53 PASS oldChildWindow.navigator.presentation.onavailablechange is newChildWindow.n avigator.presentation.onavailablechange
54 PASS oldChildWindow.navigator.presentation.session is newChildWindow.navigator.p resentation.session 54 PASS oldChildWindow.navigator.presentation.session is newChildWindow.navigator.p resentation.session
55 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product 55 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
56 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub 56 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
57 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller 57 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller
58 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange 58 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange
59 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent 59 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
60 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor 60 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
61 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub 61 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub
62 PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering
63 PASS oldChildWindow.onabort is newChildWindow.onabort 62 PASS oldChildWindow.onabort is newChildWindow.onabort
64 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend 63 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend
65 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration 64 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration
66 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart 65 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart
67 PASS oldChildWindow.onautocomplete is newChildWindow.onautocomplete 66 PASS oldChildWindow.onautocomplete is newChildWindow.onautocomplete
68 PASS oldChildWindow.onautocompleteerror is newChildWindow.onautocompleteerror 67 PASS oldChildWindow.onautocompleteerror is newChildWindow.onautocompleteerror
69 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload 68 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload
70 PASS oldChildWindow.onblur is newChildWindow.onblur 69 PASS oldChildWindow.onblur is newChildWindow.onblur
71 PASS oldChildWindow.oncancel is newChildWindow.oncancel 70 PASS oldChildWindow.oncancel is newChildWindow.oncancel
72 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay 71 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 201 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
203 PASS oldChildWindow.status is newChildWindow.status 202 PASS oldChildWindow.status is newChildWindow.status
204 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 203 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
205 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 204 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
206 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 205 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
207 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 206 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
208 PASS successfullyParsed is true 207 PASS successfullyParsed is true
209 208
210 TEST COMPLETE 209 TEST COMPLETE
211 210
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698