OLD | NEW |
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 [Worker] attribute name | 160 [Worker] attribute name |
161 [Worker] getter stack | 161 [Worker] getter stack |
162 [Worker] method constructor | 162 [Worker] method constructor |
163 [Worker] setter stack | 163 [Worker] setter stack |
164 [Worker] interface EventSource | 164 [Worker] interface EventSource |
165 [Worker] attribute CLOSED | 165 [Worker] attribute CLOSED |
166 [Worker] attribute CONNECTING | 166 [Worker] attribute CONNECTING |
167 [Worker] attribute OPEN | 167 [Worker] attribute OPEN |
168 [Worker] method close | 168 [Worker] method close |
169 [Worker] method constructor | 169 [Worker] method constructor |
170 [Worker] interface ExclusiveStreamReader | |
171 [Worker] method cancel | |
172 [Worker] method constructor | |
173 [Worker] method read | |
174 [Worker] method releaseLock | |
175 [Worker] interface File | 170 [Worker] interface File |
176 [Worker] method constructor | 171 [Worker] method constructor |
177 [Worker] interface FileError | 172 [Worker] interface FileError |
178 [Worker] attribute ABORT_ERR | 173 [Worker] attribute ABORT_ERR |
179 [Worker] attribute ENCODING_ERR | 174 [Worker] attribute ENCODING_ERR |
180 [Worker] attribute INVALID_MODIFICATION_ERR | 175 [Worker] attribute INVALID_MODIFICATION_ERR |
181 [Worker] attribute INVALID_STATE_ERR | 176 [Worker] attribute INVALID_STATE_ERR |
182 [Worker] attribute NOT_FOUND_ERR | 177 [Worker] attribute NOT_FOUND_ERR |
183 [Worker] attribute NOT_READABLE_ERR | 178 [Worker] attribute NOT_READABLE_ERR |
184 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR | 179 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 [Worker] method constructor | 405 [Worker] method constructor |
411 [Worker] method then | 406 [Worker] method then |
412 [Worker] interface RangeError | 407 [Worker] interface RangeError |
413 [Worker] attribute name | 408 [Worker] attribute name |
414 [Worker] getter stack | 409 [Worker] getter stack |
415 [Worker] method constructor | 410 [Worker] method constructor |
416 [Worker] setter stack | 411 [Worker] setter stack |
417 [Worker] interface ReadableStream | 412 [Worker] interface ReadableStream |
418 [Worker] method cancel | 413 [Worker] method cancel |
419 [Worker] method constructor | 414 [Worker] method constructor |
420 [Worker] method getReader | |
421 [Worker] method read | 415 [Worker] method read |
422 [Worker] interface ReferenceError | 416 [Worker] interface ReferenceError |
423 [Worker] attribute name | 417 [Worker] attribute name |
424 [Worker] getter stack | 418 [Worker] getter stack |
425 [Worker] method constructor | 419 [Worker] method constructor |
426 [Worker] setter stack | 420 [Worker] setter stack |
427 [Worker] interface RegExp | 421 [Worker] interface RegExp |
428 [Worker] attribute global | 422 [Worker] attribute global |
429 [Worker] attribute ignoreCase | 423 [Worker] attribute ignoreCase |
430 [Worker] attribute lastIndex | 424 [Worker] attribute lastIndex |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
697 [Worker] interface webkitIDBRequest | 691 [Worker] interface webkitIDBRequest |
698 [Worker] method constructor | 692 [Worker] method constructor |
699 [Worker] interface webkitIDBTransaction | 693 [Worker] interface webkitIDBTransaction |
700 [Worker] method abort | 694 [Worker] method abort |
701 [Worker] method constructor | 695 [Worker] method constructor |
702 [Worker] method objectStore | 696 [Worker] method objectStore |
703 PASS successfullyParsed is true | 697 PASS successfullyParsed is true |
704 | 698 |
705 TEST COMPLETE | 699 TEST COMPLETE |
706 | 700 |
OLD | NEW |