| 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 [Worker] method unwrapKey | 710 [Worker] method unwrapKey |
| 711 [Worker] method verify | 711 [Worker] method verify |
| 712 [Worker] method wrapKey | 712 [Worker] method wrapKey |
| 713 [Worker] interface TextDecoder | 713 [Worker] interface TextDecoder |
| 714 [Worker] attribute @@toStringTag | 714 [Worker] attribute @@toStringTag |
| 715 [Worker] getter encoding | 715 [Worker] getter encoding |
| 716 [Worker] getter fatal | 716 [Worker] getter fatal |
| 717 [Worker] getter ignoreBOM | 717 [Worker] getter ignoreBOM |
| 718 [Worker] method constructor | 718 [Worker] method constructor |
| 719 [Worker] method decode | 719 [Worker] method decode |
| 720 [Worker] interface TextDetector |
| 721 [Worker] attribute @@toStringTag |
| 722 [Worker] method constructor |
| 723 [Worker] method detect |
| 720 [Worker] interface TextEncoder | 724 [Worker] interface TextEncoder |
| 721 [Worker] attribute @@toStringTag | 725 [Worker] attribute @@toStringTag |
| 722 [Worker] getter encoding | 726 [Worker] getter encoding |
| 723 [Worker] method constructor | 727 [Worker] method constructor |
| 724 [Worker] method encode | 728 [Worker] method encode |
| 725 [Worker] interface URL | 729 [Worker] interface URL |
| 726 [Worker] static method createObjectURL | 730 [Worker] static method createObjectURL |
| 727 [Worker] static method revokeObjectURL | 731 [Worker] static method revokeObjectURL |
| 728 [Worker] attribute @@toStringTag | 732 [Worker] attribute @@toStringTag |
| 729 [Worker] getter hash | 733 [Worker] getter hash |
| (...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2140 [Worker] method gc | 2144 [Worker] method gc |
| 2141 [Worker] method webkitRequestFileSystem | 2145 [Worker] method webkitRequestFileSystem |
| 2142 [Worker] method webkitRequestFileSystemSync | 2146 [Worker] method webkitRequestFileSystemSync |
| 2143 [Worker] method webkitResolveLocalFileSystemSyncURL | 2147 [Worker] method webkitResolveLocalFileSystemSyncURL |
| 2144 [Worker] method webkitResolveLocalFileSystemURL | 2148 [Worker] method webkitResolveLocalFileSystemURL |
| 2145 [Worker] setter onconnect | 2149 [Worker] setter onconnect |
| 2146 PASS successfullyParsed is true | 2150 PASS successfullyParsed is true |
| 2147 | 2151 |
| 2148 TEST COMPLETE | 2152 TEST COMPLETE |
| 2149 | 2153 |
| OLD | NEW |