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

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

Issue 1222623003: Presentation API: implement .getAvalability() (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix tests Created 5 years, 5 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 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName 44 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
45 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion 45 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
46 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange 46 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange
47 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled 47 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled
48 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack 48 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack
49 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha rdwareConcurrency 49 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha rdwareConcurrency
50 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language 50 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
51 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints 51 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints
52 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine 52 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
53 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform 53 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
54 PASS oldChildWindow.navigator.presentation.onavailablechange is newChildWindow.n avigator.presentation.onavailablechange
55 PASS oldChildWindow.navigator.presentation.ondefaultsessionstart is newChildWind ow.navigator.presentation.ondefaultsessionstart 54 PASS oldChildWindow.navigator.presentation.ondefaultsessionstart is newChildWind ow.navigator.presentation.ondefaultsessionstart
56 PASS oldChildWindow.navigator.presentation.session is newChildWindow.navigator.p resentation.session 55 PASS oldChildWindow.navigator.presentation.session is newChildWindow.navigator.p resentation.session
57 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product 56 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
58 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub 57 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
59 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller 58 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller
60 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange 59 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange
61 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato r.serviceWorker.onmessage 60 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato r.serviceWorker.onmessage
62 PASS oldChildWindow.navigator.services.onclose is newChildWindow.navigator.servi ces.onclose 61 PASS oldChildWindow.navigator.services.onclose is newChildWindow.navigator.servi ces.onclose
63 PASS oldChildWindow.navigator.services.onmessage is newChildWindow.navigator.ser vices.onmessage 62 PASS oldChildWindow.navigator.services.onmessage is newChildWindow.navigator.ser vices.onmessage
64 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent 63 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 216 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
218 PASS oldChildWindow.status is newChildWindow.status 217 PASS oldChildWindow.status is newChildWindow.status
219 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 218 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
220 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 219 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
221 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 220 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
222 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 221 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
223 PASS successfullyParsed is true 222 PASS successfullyParsed is true
224 223
225 TEST COMPLETE 224 TEST COMPLETE
226 225
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698