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

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

Issue 1291753004: Add onconnect and ondisconnect events to navigator.usb. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update LayoutTests. Created 5 years, 4 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform 54 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
55 PASS oldChildWindow.navigator.presentation.defaultRequest is newChildWindow.navi gator.presentation.defaultRequest 55 PASS oldChildWindow.navigator.presentation.defaultRequest is newChildWindow.navi gator.presentation.defaultRequest
56 PASS oldChildWindow.navigator.presentation.session is newChildWindow.navigator.p resentation.session 56 PASS oldChildWindow.navigator.presentation.session is newChildWindow.navigator.p resentation.session
57 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product 57 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
58 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub 58 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
59 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller 59 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller
60 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange 60 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange
61 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato r.serviceWorker.onmessage 61 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato r.serviceWorker.onmessage
62 PASS oldChildWindow.navigator.services.onclose is newChildWindow.navigator.servi ces.onclose 62 PASS oldChildWindow.navigator.services.onclose is newChildWindow.navigator.servi ces.onclose
63 PASS oldChildWindow.navigator.services.onmessage is newChildWindow.navigator.ser vices.onmessage 63 PASS oldChildWindow.navigator.services.onmessage is newChildWindow.navigator.ser vices.onmessage
64 PASS oldChildWindow.navigator.usb.onconnect is newChildWindow.navigator.usb.onco nnect
65 PASS oldChildWindow.navigator.usb.ondisconnect is newChildWindow.navigator.usb.o ndisconnect
64 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent 66 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
65 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor 67 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
66 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub 68 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub
67 PASS oldChildWindow.onabort is newChildWindow.onabort 69 PASS oldChildWindow.onabort is newChildWindow.onabort
68 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend 70 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend
69 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration 71 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration
70 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart 72 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart
71 PASS oldChildWindow.onautocomplete is newChildWindow.onautocomplete 73 PASS oldChildWindow.onautocomplete is newChildWindow.onautocomplete
72 PASS oldChildWindow.onautocompleteerror is newChildWindow.onautocompleteerror 74 PASS oldChildWindow.onautocompleteerror is newChildWindow.onautocompleteerror
73 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload 75 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 213 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
212 PASS oldChildWindow.status is newChildWindow.status 214 PASS oldChildWindow.status is newChildWindow.status
213 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 215 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
214 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 216 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
215 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 217 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
216 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 218 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
217 PASS successfullyParsed is true 219 PASS successfullyParsed is true
218 220
219 TEST COMPLETE 221 TEST COMPLETE
220 222
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698