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

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

Issue 1892083002: Generic Sensor API : Ambient Light Sensor API. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re entrancy fix Created 4 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
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. Please use 'indexedDB ' instead.
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
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 PASS oldChildWindow.name is newChildWindow.name 44 PASS oldChildWindow.name is newChildWindow.name
45 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeNam e 45 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeNam e
46 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName 46 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
47 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion 47 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
48 PASS oldChildWindow.navigator.connection.onchange is newChildWindow.navigator.co nnection.onchange 48 PASS oldChildWindow.navigator.connection.onchange is newChildWindow.navigator.co nnection.onchange
49 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange 49 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange
50 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled 50 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled
51 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack 51 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack
52 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha rdwareConcurrency 52 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha rdwareConcurrency
53 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language 53 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
54 PASS oldChildWindow.navigator.lightSensor.onchange is newChildWindow.navigator.l ightSensor.onchange
55 PASS oldChildWindow.navigator.lightSensor.onerror is newChildWindow.navigator.li ghtSensor.onerror
56 PASS oldChildWindow.navigator.lightSensor.onstatechange is newChildWindow.naviga tor.lightSensor.onstatechange
57 PASS oldChildWindow.navigator.lightSensor.reading.timeStamp is newChildWindow.na vigator.lightSensor.reading.timeStamp
54 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints 58 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints
55 PASS oldChildWindow.navigator.mediaDevices.ondevicechange is newChildWindow.navi gator.mediaDevices.ondevicechange 59 PASS oldChildWindow.navigator.mediaDevices.ondevicechange is newChildWindow.navi gator.mediaDevices.ondevicechange
56 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine 60 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
57 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform 61 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
58 PASS oldChildWindow.navigator.presentation.defaultRequest is newChildWindow.navi gator.presentation.defaultRequest 62 PASS oldChildWindow.navigator.presentation.defaultRequest is newChildWindow.navi gator.presentation.defaultRequest
59 PASS oldChildWindow.navigator.presentation.receiver.onconnectionavailable is new ChildWindow.navigator.presentation.receiver.onconnectionavailable 63 PASS oldChildWindow.navigator.presentation.receiver.onconnectionavailable is new ChildWindow.navigator.presentation.receiver.onconnectionavailable
60 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product 64 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
61 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub 65 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
62 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller 66 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller
63 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange 67 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 217 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
214 PASS oldChildWindow.status is newChildWindow.status 218 PASS oldChildWindow.status is newChildWindow.status
215 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 219 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
216 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 220 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
217 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 221 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
218 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 222 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
219 PASS successfullyParsed is true 223 PASS successfullyParsed is true
220 224
221 TEST COMPLETE 225 TEST COMPLETE
222 226
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698