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

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

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion 42 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
43 PASS oldChildWindow.navigator.battery.charging is newChildWindow.navigator.batte ry.charging 43 PASS oldChildWindow.navigator.battery.charging is newChildWindow.navigator.batte ry.charging
44 PASS oldChildWindow.navigator.battery.chargingTime is newChildWindow.navigator.b attery.chargingTime 44 PASS oldChildWindow.navigator.battery.chargingTime is newChildWindow.navigator.b attery.chargingTime
45 PASS oldChildWindow.navigator.battery.dischargingTime is newChildWindow.navigato r.battery.dischargingTime 45 PASS oldChildWindow.navigator.battery.dischargingTime is newChildWindow.navigato r.battery.dischargingTime
46 PASS oldChildWindow.navigator.battery.level is newChildWindow.navigator.battery. level 46 PASS oldChildWindow.navigator.battery.level is newChildWindow.navigator.battery. level
47 PASS oldChildWindow.navigator.battery.onchargingchange is newChildWindow.navigat or.battery.onchargingchange 47 PASS oldChildWindow.navigator.battery.onchargingchange is newChildWindow.navigat or.battery.onchargingchange
48 PASS oldChildWindow.navigator.battery.onchargingtimechange is newChildWindow.nav igator.battery.onchargingtimechange 48 PASS oldChildWindow.navigator.battery.onchargingtimechange is newChildWindow.nav igator.battery.onchargingtimechange
49 PASS oldChildWindow.navigator.battery.ondischargingtimechange is newChildWindow. navigator.battery.ondischargingtimechange 49 PASS oldChildWindow.navigator.battery.ondischargingtimechange is newChildWindow. navigator.battery.ondischargingtimechange
50 PASS oldChildWindow.navigator.battery.onlevelchange is newChildWindow.navigator. battery.onlevelchange 50 PASS oldChildWindow.navigator.battery.onlevelchange is newChildWindow.navigator. battery.onlevelchange
51 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled 51 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled
52 PASS oldChildWindow.navigator.cores is newChildWindow.navigator.cores
52 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack 53 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack
53 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language 54 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
54 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints 55 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints
55 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine 56 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
56 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform 57 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
57 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product 58 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
58 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub 59 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
59 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent 60 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
60 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor 61 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
61 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub 62 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 199 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
199 PASS oldChildWindow.status is newChildWindow.status 200 PASS oldChildWindow.status is newChildWindow.status
200 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 201 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
201 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 202 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
202 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 203 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
203 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 204 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
204 PASS successfullyParsed is true 205 PASS successfullyParsed is true
205 206
206 TEST COMPLETE 207 TEST COMPLETE
207 208
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698