| 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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 [Worker] method constructor | 575 [Worker] method constructor |
| 576 [Worker] method slice | 576 [Worker] method slice |
| 577 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope | 577 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope |
| 578 [Worker] attribute @@toStringTag | 578 [Worker] attribute @@toStringTag |
| 579 [Worker] attribute PERSISTENT | 579 [Worker] attribute PERSISTENT |
| 580 [Worker] attribute TEMPORARY | 580 [Worker] attribute TEMPORARY |
| 581 [Worker] method constructor | 581 [Worker] method constructor |
| 582 [Worker] interface StorageManager | 582 [Worker] interface StorageManager |
| 583 [Worker] attribute @@toStringTag | 583 [Worker] attribute @@toStringTag |
| 584 [Worker] method constructor | 584 [Worker] method constructor |
| 585 [Worker] method estimate |
| 585 [Worker] method persisted | 586 [Worker] method persisted |
| 586 [Worker] interface SubtleCrypto | 587 [Worker] interface SubtleCrypto |
| 587 [Worker] attribute @@toStringTag | 588 [Worker] attribute @@toStringTag |
| 588 [Worker] method constructor | 589 [Worker] method constructor |
| 589 [Worker] method decrypt | 590 [Worker] method decrypt |
| 590 [Worker] method deriveBits | 591 [Worker] method deriveBits |
| 591 [Worker] method deriveKey | 592 [Worker] method deriveKey |
| 592 [Worker] method digest | 593 [Worker] method digest |
| 593 [Worker] method encrypt | 594 [Worker] method encrypt |
| 594 [Worker] method exportKey | 595 [Worker] method exportKey |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 [Worker] method gc | 799 [Worker] method gc |
| 799 [Worker] method webkitRequestFileSystem | 800 [Worker] method webkitRequestFileSystem |
| 800 [Worker] method webkitRequestFileSystemSync | 801 [Worker] method webkitRequestFileSystemSync |
| 801 [Worker] method webkitResolveLocalFileSystemSyncURL | 802 [Worker] method webkitResolveLocalFileSystemSyncURL |
| 802 [Worker] method webkitResolveLocalFileSystemURL | 803 [Worker] method webkitResolveLocalFileSystemURL |
| 803 [Worker] setter onconnect | 804 [Worker] setter onconnect |
| 804 PASS successfullyParsed is true | 805 PASS successfullyParsed is true |
| 805 | 806 |
| 806 TEST COMPLETE | 807 TEST COMPLETE |
| 807 | 808 |
| OLD | NEW |