| 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 26 matching lines...) Expand all Loading... |
| 37 [Worker] method slice | 37 [Worker] method slice |
| 38 [Worker] interface Blob | 38 [Worker] interface Blob |
| 39 [Worker] method constructor | 39 [Worker] method constructor |
| 40 [Worker] method slice | 40 [Worker] method slice |
| 41 [Worker] interface Boolean | 41 [Worker] interface Boolean |
| 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 CryptoKey |
| 48 [Worker] method constructor |
| 47 [Worker] interface DOMException | 49 [Worker] interface DOMException |
| 48 [Worker] attribute ABORT_ERR | 50 [Worker] attribute ABORT_ERR |
| 49 [Worker] attribute DATA_CLONE_ERR | 51 [Worker] attribute DATA_CLONE_ERR |
| 50 [Worker] attribute DOMSTRING_SIZE_ERR | 52 [Worker] attribute DOMSTRING_SIZE_ERR |
| 51 [Worker] attribute HIERARCHY_REQUEST_ERR | 53 [Worker] attribute HIERARCHY_REQUEST_ERR |
| 52 [Worker] attribute INDEX_SIZE_ERR | 54 [Worker] attribute INDEX_SIZE_ERR |
| 53 [Worker] attribute INUSE_ATTRIBUTE_ERR | 55 [Worker] attribute INUSE_ATTRIBUTE_ERR |
| 54 [Worker] attribute INVALID_ACCESS_ERR | 56 [Worker] attribute INVALID_ACCESS_ERR |
| 55 [Worker] attribute INVALID_CHARACTER_ERR | 57 [Worker] attribute INVALID_CHARACTER_ERR |
| 56 [Worker] attribute INVALID_MODIFICATION_ERR | 58 [Worker] attribute INVALID_MODIFICATION_ERR |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 [Worker] interface webkitIDBRequest | 617 [Worker] interface webkitIDBRequest |
| 616 [Worker] method constructor | 618 [Worker] method constructor |
| 617 [Worker] interface webkitIDBTransaction | 619 [Worker] interface webkitIDBTransaction |
| 618 [Worker] method abort | 620 [Worker] method abort |
| 619 [Worker] method constructor | 621 [Worker] method constructor |
| 620 [Worker] method objectStore | 622 [Worker] method objectStore |
| 621 PASS successfullyParsed is true | 623 PASS successfullyParsed is true |
| 622 | 624 |
| 623 TEST COMPLETE | 625 TEST COMPLETE |
| 624 | 626 |
| OLD | NEW |