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

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

Issue 1308943005: [NetInfo] Add Blink support for connection.change, connection.downlinkMax, and wimax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 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 CONSOLE WARNING: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P lease use 'Performance.onresourcetimingbufferfull' instead. 3 CONSOLE WARNING: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P lease 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
(...skipping 26 matching lines...) Expand all
37 PASS oldChildWindow.location.pathname is newChildWindow.location.pathname 37 PASS oldChildWindow.location.pathname is newChildWindow.location.pathname
38 PASS oldChildWindow.location.port is newChildWindow.location.port 38 PASS oldChildWindow.location.port is newChildWindow.location.port
39 PASS oldChildWindow.location.protocol is newChildWindow.location.protocol 39 PASS oldChildWindow.location.protocol is newChildWindow.location.protocol
40 PASS oldChildWindow.location.search is newChildWindow.location.search 40 PASS oldChildWindow.location.search is newChildWindow.location.search
41 PASS oldChildWindow.locationbar.visible is newChildWindow.locationbar.visible 41 PASS oldChildWindow.locationbar.visible is newChildWindow.locationbar.visible
42 PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible 42 PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible
43 PASS oldChildWindow.name is newChildWindow.name 43 PASS oldChildWindow.name is newChildWindow.name
44 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeNam e 44 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeNam e
45 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName 45 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
46 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion 46 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
47 PASS oldChildWindow.navigator.connection.onchange is newChildWindow.navigator.co nnection.onchange
47 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange 48 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange
48 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled 49 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled
49 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack 50 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack
50 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha rdwareConcurrency 51 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha rdwareConcurrency
51 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language 52 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
52 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints 53 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints
53 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine 54 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
54 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform 55 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
55 PASS oldChildWindow.navigator.presentation.defaultRequest is newChildWindow.navi gator.presentation.defaultRequest 56 PASS oldChildWindow.navigator.presentation.defaultRequest is newChildWindow.navi gator.presentation.defaultRequest
56 PASS oldChildWindow.navigator.presentation.session is newChildWindow.navigator.p resentation.session 57 PASS oldChildWindow.navigator.presentation.session is newChildWindow.navigator.p resentation.session
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 214 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
214 PASS oldChildWindow.status is newChildWindow.status 215 PASS oldChildWindow.status is newChildWindow.status
215 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 216 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
216 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 217 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
217 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 218 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
218 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 219 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
219 PASS successfullyParsed is true 220 PASS successfullyParsed is true
220 221
221 TEST COMPLETE 222 TEST COMPLETE
222 223
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698