| 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 Blob | 8 [Worker] interface Blob |
| 9 [Worker] attribute @@toStringTag | 9 [Worker] attribute @@toStringTag |
| 10 [Worker] getter size | 10 [Worker] getter size |
| (...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 [Worker] getter onabort | 835 [Worker] getter onabort |
| 836 [Worker] getter oncomplete | 836 [Worker] getter oncomplete |
| 837 [Worker] getter onerror | 837 [Worker] getter onerror |
| 838 [Worker] method abort | 838 [Worker] method abort |
| 839 [Worker] method constructor | 839 [Worker] method constructor |
| 840 [Worker] method objectStore | 840 [Worker] method objectStore |
| 841 [Worker] setter onabort | 841 [Worker] setter onabort |
| 842 [Worker] setter oncomplete | 842 [Worker] setter oncomplete |
| 843 [Worker] setter onerror | 843 [Worker] setter onerror |
| 844 [Worker] [GLOBAL OBJECT] | 844 [Worker] [GLOBAL OBJECT] |
| 845 [Worker] attribute StorageManager |
| 845 [Worker] attribute console | 846 [Worker] attribute console |
| 846 [Worker] attribute internals | 847 [Worker] attribute internals |
| 847 [Worker] getter caches | 848 [Worker] getter caches |
| 848 [Worker] getter name | 849 [Worker] getter name |
| 849 [Worker] getter onconnect | 850 [Worker] getter onconnect |
| 850 [Worker] method close | 851 [Worker] method close |
| 851 [Worker] method gc | 852 [Worker] method gc |
| 852 [Worker] method webkitRequestFileSystem | 853 [Worker] method webkitRequestFileSystem |
| 853 [Worker] method webkitRequestFileSystemSync | 854 [Worker] method webkitRequestFileSystemSync |
| 854 [Worker] method webkitResolveLocalFileSystemSyncURL | 855 [Worker] method webkitResolveLocalFileSystemSyncURL |
| 855 [Worker] method webkitResolveLocalFileSystemURL | 856 [Worker] method webkitResolveLocalFileSystemURL |
| 856 [Worker] setter onconnect | 857 [Worker] setter onconnect |
| 857 PASS successfullyParsed is true | 858 PASS successfullyParsed is true |
| 858 | 859 |
| 859 TEST COMPLETE | 860 TEST COMPLETE |
| 860 | 861 |
| OLD | NEW |