| 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 Array | 8 [Worker] interface Array |
| 9 [Worker] attribute length | 9 [Worker] attribute length |
| 10 [Worker] method concat | 10 [Worker] method concat |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 [Worker] method constructor | 577 [Worker] method constructor |
| 578 [Worker] setter stack | 578 [Worker] setter stack |
| 579 [Worker] interface ReadableByteStream | 579 [Worker] interface ReadableByteStream |
| 580 [Worker] method cancel | 580 [Worker] method cancel |
| 581 [Worker] method constructor | 581 [Worker] method constructor |
| 582 [Worker] method getReader | 582 [Worker] method getReader |
| 583 [Worker] interface ReadableStream | 583 [Worker] interface ReadableStream |
| 584 [Worker] method cancel | 584 [Worker] method cancel |
| 585 [Worker] method constructor | 585 [Worker] method constructor |
| 586 [Worker] method getReader | 586 [Worker] method getReader |
| 587 [Worker] interface ReadableStreamReader | |
| 588 [Worker] getter closed | |
| 589 [Worker] method cancel | |
| 590 [Worker] method constructor | |
| 591 [Worker] method read | |
| 592 [Worker] method releaseLock | |
| 593 [Worker] interface ReferenceError | 587 [Worker] interface ReferenceError |
| 594 [Worker] attribute name | 588 [Worker] attribute name |
| 595 [Worker] getter stack | 589 [Worker] getter stack |
| 596 [Worker] method constructor | 590 [Worker] method constructor |
| 597 [Worker] setter stack | 591 [Worker] setter stack |
| 598 [Worker] interface RegExp | 592 [Worker] interface RegExp |
| 599 [Worker] attribute global | 593 [Worker] attribute global |
| 600 [Worker] attribute ignoreCase | 594 [Worker] attribute ignoreCase |
| 601 [Worker] attribute lastIndex | 595 [Worker] attribute lastIndex |
| 602 [Worker] attribute multiline | 596 [Worker] attribute multiline |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1030 [Worker] method abort | 1024 [Worker] method abort |
| 1031 [Worker] method constructor | 1025 [Worker] method constructor |
| 1032 [Worker] method objectStore | 1026 [Worker] method objectStore |
| 1033 [Worker] setter onabort | 1027 [Worker] setter onabort |
| 1034 [Worker] setter oncomplete | 1028 [Worker] setter oncomplete |
| 1035 [Worker] setter onerror | 1029 [Worker] setter onerror |
| 1036 PASS successfullyParsed is true | 1030 PASS successfullyParsed is true |
| 1037 | 1031 |
| 1038 TEST COMPLETE | 1032 TEST COMPLETE |
| 1039 | 1033 |
| OLD | NEW |