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

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

Issue 2163893003: Start sending auxclick instead of click for non-primary buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another rebase Created 4 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: 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato r.serviceWorker.onmessage 64 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato r.serviceWorker.onmessage
65 PASS oldChildWindow.navigator.usb.onconnect is newChildWindow.navigator.usb.onco nnect 65 PASS oldChildWindow.navigator.usb.onconnect is newChildWindow.navigator.usb.onco nnect
66 PASS oldChildWindow.navigator.usb.ondisconnect is newChildWindow.navigator.usb.o ndisconnect 66 PASS oldChildWindow.navigator.usb.ondisconnect is newChildWindow.navigator.usb.o ndisconnect
67 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent 67 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
68 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor 68 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
69 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub 69 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub
70 PASS oldChildWindow.onabort is newChildWindow.onabort 70 PASS oldChildWindow.onabort is newChildWindow.onabort
71 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend 71 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend
72 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration 72 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration
73 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart 73 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart
74 PASS oldChildWindow.onauxclick is newChildWindow.onauxclick
74 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload 75 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload
75 PASS oldChildWindow.onblur is newChildWindow.onblur 76 PASS oldChildWindow.onblur is newChildWindow.onblur
76 PASS oldChildWindow.oncancel is newChildWindow.oncancel 77 PASS oldChildWindow.oncancel is newChildWindow.oncancel
77 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay 78 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay
78 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough 79 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough
79 PASS oldChildWindow.onchange is newChildWindow.onchange 80 PASS oldChildWindow.onchange is newChildWindow.onchange
80 PASS oldChildWindow.onclick is newChildWindow.onclick 81 PASS oldChildWindow.onclick is newChildWindow.onclick
81 PASS oldChildWindow.onclose is newChildWindow.onclose 82 PASS oldChildWindow.onclose is newChildWindow.onclose
82 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu 83 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu
83 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange 84 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX 229 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX
229 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY 230 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY
230 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale 231 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
231 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft 232 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft
232 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop 233 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop
233 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 234 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
234 PASS successfullyParsed is true 235 PASS successfullyParsed is true
235 236
236 TEST COMPLETE 237 TEST COMPLETE
237 238
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698