| 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 [Worker] method unwrapKey | 694 [Worker] method unwrapKey |
| 695 [Worker] method verify | 695 [Worker] method verify |
| 696 [Worker] method wrapKey | 696 [Worker] method wrapKey |
| 697 [Worker] interface TextDecoder | 697 [Worker] interface TextDecoder |
| 698 [Worker] attribute @@toStringTag | 698 [Worker] attribute @@toStringTag |
| 699 [Worker] getter encoding | 699 [Worker] getter encoding |
| 700 [Worker] getter fatal | 700 [Worker] getter fatal |
| 701 [Worker] getter ignoreBOM | 701 [Worker] getter ignoreBOM |
| 702 [Worker] method constructor | 702 [Worker] method constructor |
| 703 [Worker] method decode | 703 [Worker] method decode |
| 704 [Worker] interface TextDetector |
| 705 [Worker] attribute @@toStringTag |
| 706 [Worker] method constructor |
| 707 [Worker] method detect |
| 704 [Worker] interface TextEncoder | 708 [Worker] interface TextEncoder |
| 705 [Worker] attribute @@toStringTag | 709 [Worker] attribute @@toStringTag |
| 706 [Worker] getter encoding | 710 [Worker] getter encoding |
| 707 [Worker] method constructor | 711 [Worker] method constructor |
| 708 [Worker] method encode | 712 [Worker] method encode |
| 709 [Worker] interface URL | 713 [Worker] interface URL |
| 710 [Worker] static method createObjectURL | 714 [Worker] static method createObjectURL |
| 711 [Worker] static method revokeObjectURL | 715 [Worker] static method revokeObjectURL |
| 712 [Worker] attribute @@toStringTag | 716 [Worker] attribute @@toStringTag |
| 713 [Worker] getter hash | 717 [Worker] getter hash |
| (...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2124 [Worker] method gc | 2128 [Worker] method gc |
| 2125 [Worker] method webkitRequestFileSystem | 2129 [Worker] method webkitRequestFileSystem |
| 2126 [Worker] method webkitRequestFileSystemSync | 2130 [Worker] method webkitRequestFileSystemSync |
| 2127 [Worker] method webkitResolveLocalFileSystemSyncURL | 2131 [Worker] method webkitResolveLocalFileSystemSyncURL |
| 2128 [Worker] method webkitResolveLocalFileSystemURL | 2132 [Worker] method webkitResolveLocalFileSystemURL |
| 2129 [Worker] setter onconnect | 2133 [Worker] setter onconnect |
| 2130 PASS successfullyParsed is true | 2134 PASS successfullyParsed is true |
| 2131 | 2135 |
| 2132 TEST COMPLETE | 2136 TEST COMPLETE |
| 2133 | 2137 |
| OLD | NEW |