| 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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 [Worker] method get | 611 [Worker] method get |
| 612 [Worker] method index | 612 [Worker] method index |
| 613 [Worker] method openCursor | 613 [Worker] method openCursor |
| 614 [Worker] method put | 614 [Worker] method put |
| 615 [Worker] interface webkitIDBRequest | 615 [Worker] interface webkitIDBRequest |
| 616 [Worker] method constructor | 616 [Worker] method constructor |
| 617 [Worker] interface webkitIDBTransaction | 617 [Worker] interface webkitIDBTransaction |
| 618 [Worker] method abort | 618 [Worker] method abort |
| 619 [Worker] method constructor | 619 [Worker] method constructor |
| 620 [Worker] method objectStore | 620 [Worker] method objectStore |
| 621 [Worker] interface webkitURL | |
| 622 [Worker] method constructor | |
| 623 [Worker] method toString | |
| 624 PASS successfullyParsed is true | 621 PASS successfullyParsed is true |
| 625 | 622 |
| 626 TEST COMPLETE | 623 TEST COMPLETE |
| 627 | 624 |
| OLD | NEW |