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

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

Issue 946833004: Reland of "Expose events in workers as per latest DOM specification" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 10 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 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 Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 [Worker] method constructor 42 [Worker] method constructor
43 [Worker] method toString 43 [Worker] method toString
44 [Worker] method valueOf 44 [Worker] method valueOf
45 [Worker] interface CloseEvent 45 [Worker] interface CloseEvent
46 [Worker] method constructor 46 [Worker] method constructor
47 [Worker] interface Crypto 47 [Worker] interface Crypto
48 [Worker] method constructor 48 [Worker] method constructor
49 [Worker] method getRandomValues 49 [Worker] method getRandomValues
50 [Worker] interface CryptoKey 50 [Worker] interface CryptoKey
51 [Worker] method constructor 51 [Worker] method constructor
52 [Worker] interface CustomEvent
53 [Worker] method constructor
54 [Worker] method initCustomEvent
52 [Worker] interface DOMException 55 [Worker] interface DOMException
53 [Worker] attribute ABORT_ERR 56 [Worker] attribute ABORT_ERR
54 [Worker] attribute DATA_CLONE_ERR 57 [Worker] attribute DATA_CLONE_ERR
55 [Worker] attribute DOMSTRING_SIZE_ERR 58 [Worker] attribute DOMSTRING_SIZE_ERR
56 [Worker] attribute HIERARCHY_REQUEST_ERR 59 [Worker] attribute HIERARCHY_REQUEST_ERR
57 [Worker] attribute INDEX_SIZE_ERR 60 [Worker] attribute INDEX_SIZE_ERR
58 [Worker] attribute INUSE_ATTRIBUTE_ERR 61 [Worker] attribute INUSE_ATTRIBUTE_ERR
59 [Worker] attribute INVALID_ACCESS_ERR 62 [Worker] attribute INVALID_ACCESS_ERR
60 [Worker] attribute INVALID_CHARACTER_ERR 63 [Worker] attribute INVALID_CHARACTER_ERR
61 [Worker] attribute INVALID_MODIFICATION_ERR 64 [Worker] attribute INVALID_MODIFICATION_ERR
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 [Worker] interface Error 152 [Worker] interface Error
150 [Worker] attribute message 153 [Worker] attribute message
151 [Worker] attribute name 154 [Worker] attribute name
152 [Worker] method constructor 155 [Worker] method constructor
153 [Worker] method toString 156 [Worker] method toString
154 [Worker] interface EvalError 157 [Worker] interface EvalError
155 [Worker] attribute name 158 [Worker] attribute name
156 [Worker] getter stack 159 [Worker] getter stack
157 [Worker] method constructor 160 [Worker] method constructor
158 [Worker] setter stack 161 [Worker] setter stack
162 [Worker] interface Event
163 [Worker] attribute AT_TARGET
164 [Worker] attribute BLUR
165 [Worker] attribute BUBBLING_PHASE
166 [Worker] attribute CAPTURING_PHASE
167 [Worker] attribute CHANGE
168 [Worker] attribute CLICK
169 [Worker] attribute DBLCLICK
170 [Worker] attribute DRAGDROP
171 [Worker] attribute FOCUS
172 [Worker] attribute KEYDOWN
173 [Worker] attribute KEYPRESS
174 [Worker] attribute KEYUP
175 [Worker] attribute MOUSEDOWN
176 [Worker] attribute MOUSEDRAG
177 [Worker] attribute MOUSEMOVE
178 [Worker] attribute MOUSEOUT
179 [Worker] attribute MOUSEOVER
180 [Worker] attribute MOUSEUP
181 [Worker] attribute NONE
182 [Worker] attribute SELECT
183 [Worker] method constructor
184 [Worker] method initEvent
185 [Worker] method preventDefault
186 [Worker] method stopImmediatePropagation
187 [Worker] method stopPropagation
159 [Worker] interface EventSource 188 [Worker] interface EventSource
160 [Worker] attribute CLOSED 189 [Worker] attribute CLOSED
161 [Worker] attribute CONNECTING 190 [Worker] attribute CONNECTING
162 [Worker] attribute OPEN 191 [Worker] attribute OPEN
163 [Worker] method close 192 [Worker] method close
164 [Worker] method constructor 193 [Worker] method constructor
194 [Worker] interface EventTarget
195 [Worker] method addEventListener
196 [Worker] method constructor
197 [Worker] method dispatchEvent
198 [Worker] method removeEventListener
165 [Worker] interface File 199 [Worker] interface File
166 [Worker] method constructor 200 [Worker] method constructor
167 [Worker] interface FileError 201 [Worker] interface FileError
168 [Worker] attribute ABORT_ERR 202 [Worker] attribute ABORT_ERR
169 [Worker] attribute ENCODING_ERR 203 [Worker] attribute ENCODING_ERR
170 [Worker] attribute INVALID_MODIFICATION_ERR 204 [Worker] attribute INVALID_MODIFICATION_ERR
171 [Worker] attribute INVALID_STATE_ERR 205 [Worker] attribute INVALID_STATE_ERR
172 [Worker] attribute NOT_FOUND_ERR 206 [Worker] attribute NOT_FOUND_ERR
173 [Worker] attribute NOT_READABLE_ERR 207 [Worker] attribute NOT_READABLE_ERR
174 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR 208 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 [Worker] interface webkitIDBRequest 697 [Worker] interface webkitIDBRequest
664 [Worker] method constructor 698 [Worker] method constructor
665 [Worker] interface webkitIDBTransaction 699 [Worker] interface webkitIDBTransaction
666 [Worker] method abort 700 [Worker] method abort
667 [Worker] method constructor 701 [Worker] method constructor
668 [Worker] method objectStore 702 [Worker] method objectStore
669 PASS successfullyParsed is true 703 PASS successfullyParsed is true
670 704
671 TEST COMPLETE 705 TEST COMPLETE
672 706
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698