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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 2012423004: Rename Event.scoped to Event.composed and invert its meaning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event-composed-path
Patch Set: rebased 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 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter isClosed 10 [Worker] getter isClosed
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 [Worker] attribute MOUSEDRAG 139 [Worker] attribute MOUSEDRAG
140 [Worker] attribute MOUSEMOVE 140 [Worker] attribute MOUSEMOVE
141 [Worker] attribute MOUSEOUT 141 [Worker] attribute MOUSEOUT
142 [Worker] attribute MOUSEOVER 142 [Worker] attribute MOUSEOVER
143 [Worker] attribute MOUSEUP 143 [Worker] attribute MOUSEUP
144 [Worker] attribute NONE 144 [Worker] attribute NONE
145 [Worker] attribute SELECT 145 [Worker] attribute SELECT
146 [Worker] getter bubbles 146 [Worker] getter bubbles
147 [Worker] getter cancelBubble 147 [Worker] getter cancelBubble
148 [Worker] getter cancelable 148 [Worker] getter cancelable
149 [Worker] getter composed
149 [Worker] getter currentTarget 150 [Worker] getter currentTarget
150 [Worker] getter defaultPrevented 151 [Worker] getter defaultPrevented
151 [Worker] getter eventPhase 152 [Worker] getter eventPhase
152 [Worker] getter path 153 [Worker] getter path
153 [Worker] getter relatedTargetScoped 154 [Worker] getter relatedTargetScoped
154 [Worker] getter returnValue 155 [Worker] getter returnValue
155 [Worker] getter scoped
156 [Worker] getter srcElement 156 [Worker] getter srcElement
157 [Worker] getter target 157 [Worker] getter target
158 [Worker] getter timeStamp 158 [Worker] getter timeStamp
159 [Worker] getter type 159 [Worker] getter type
160 [Worker] method composedPath 160 [Worker] method composedPath
161 [Worker] method constructor 161 [Worker] method constructor
162 [Worker] method initEvent 162 [Worker] method initEvent
163 [Worker] method preventDefault 163 [Worker] method preventDefault
164 [Worker] method stopImmediatePropagation 164 [Worker] method stopImmediatePropagation
165 [Worker] method stopPropagation 165 [Worker] method stopPropagation
(...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 [Worker] method gc 1412 [Worker] method gc
1413 [Worker] method webkitRequestFileSystem 1413 [Worker] method webkitRequestFileSystem
1414 [Worker] method webkitRequestFileSystemSync 1414 [Worker] method webkitRequestFileSystemSync
1415 [Worker] method webkitResolveLocalFileSystemSyncURL 1415 [Worker] method webkitResolveLocalFileSystemSyncURL
1416 [Worker] method webkitResolveLocalFileSystemURL 1416 [Worker] method webkitResolveLocalFileSystemURL
1417 [Worker] setter onconnect 1417 [Worker] setter onconnect
1418 PASS successfullyParsed is true 1418 PASS successfullyParsed is true
1419 1419
1420 TEST COMPLETE 1420 TEST COMPLETE
1421 1421
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698