| 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 BarcodeDetector | 8 [Worker] interface BarcodeDetector |
| 9 [Worker] attribute @@toStringTag | 9 [Worker] attribute @@toStringTag |
| 10 [Worker] method constructor | 10 [Worker] method constructor |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 [Worker] method json | 640 [Worker] method json |
| 641 [Worker] method text | 641 [Worker] method text |
| 642 [Worker] interface Response | 642 [Worker] interface Response |
| 643 [Worker] static method error | 643 [Worker] static method error |
| 644 [Worker] static method redirect | 644 [Worker] static method redirect |
| 645 [Worker] attribute @@toStringTag | 645 [Worker] attribute @@toStringTag |
| 646 [Worker] getter body | 646 [Worker] getter body |
| 647 [Worker] getter bodyUsed | 647 [Worker] getter bodyUsed |
| 648 [Worker] getter headers | 648 [Worker] getter headers |
| 649 [Worker] getter ok | 649 [Worker] getter ok |
| 650 [Worker] getter redirected |
| 650 [Worker] getter status | 651 [Worker] getter status |
| 651 [Worker] getter statusText | 652 [Worker] getter statusText |
| 652 [Worker] getter type | 653 [Worker] getter type |
| 653 [Worker] getter url | 654 [Worker] getter url |
| 654 [Worker] method arrayBuffer | 655 [Worker] method arrayBuffer |
| 655 [Worker] method blob | 656 [Worker] method blob |
| 656 [Worker] method clone | 657 [Worker] method clone |
| 657 [Worker] method constructor | 658 [Worker] method constructor |
| 658 [Worker] method json | 659 [Worker] method json |
| 659 [Worker] method text | 660 [Worker] method text |
| (...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2128 [Worker] method gc | 2129 [Worker] method gc |
| 2129 [Worker] method webkitRequestFileSystem | 2130 [Worker] method webkitRequestFileSystem |
| 2130 [Worker] method webkitRequestFileSystemSync | 2131 [Worker] method webkitRequestFileSystemSync |
| 2131 [Worker] method webkitResolveLocalFileSystemSyncURL | 2132 [Worker] method webkitResolveLocalFileSystemSyncURL |
| 2132 [Worker] method webkitResolveLocalFileSystemURL | 2133 [Worker] method webkitResolveLocalFileSystemURL |
| 2133 [Worker] setter onconnect | 2134 [Worker] setter onconnect |
| 2134 PASS successfullyParsed is true | 2135 PASS successfullyParsed is true |
| 2135 | 2136 |
| 2136 TEST COMPLETE | 2137 TEST COMPLETE |
| 2137 | 2138 |
| OLD | NEW |