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