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 301103003: Rename navigator.serviceWorker.current to controller. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Bring rebaselines to head. Created 6 years, 6 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 | Annotate | Revision Log
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 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange 52 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange
53 PASS oldChildWindow.navigator.connection.type is newChildWindow.navigator.connec tion.type 53 PASS oldChildWindow.navigator.connection.type is newChildWindow.navigator.connec tion.type
54 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled 54 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled
55 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack 55 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack
56 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language 56 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
57 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints 57 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints
58 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine 58 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
59 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform 59 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
60 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product 60 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
61 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub 61 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
62 PASS oldChildWindow.navigator.serviceWorker.current is newChildWindow.navigator. serviceWorker.current 62 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller
63 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent 63 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
64 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor 64 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
65 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub 65 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub
66 PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering 66 PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering
67 PASS oldChildWindow.onabort is newChildWindow.onabort 67 PASS oldChildWindow.onabort is newChildWindow.onabort
68 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend 68 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend
69 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration 69 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration
70 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart 70 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart
71 PASS oldChildWindow.onautocomplete is newChildWindow.onautocomplete 71 PASS oldChildWindow.onautocomplete is newChildWindow.onautocomplete
72 PASS oldChildWindow.onautocompleteerror is newChildWindow.onautocompleteerror 72 PASS oldChildWindow.onautocompleteerror is newChildWindow.onautocompleteerror
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 204 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
205 PASS oldChildWindow.status is newChildWindow.status 205 PASS oldChildWindow.status is newChildWindow.status
206 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 206 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
207 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 207 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
208 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 208 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
209 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 209 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
210 PASS successfullyParsed is true 210 PASS successfullyParsed is true
211 211
212 TEST COMPLETE 212 TEST COMPLETE
213 213
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698