| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 [Worker] method constructor | 610 [Worker] method constructor |
| 611 [Worker] setter stack | 611 [Worker] setter stack |
| 612 [Worker] interface ReadableByteStream | 612 [Worker] interface ReadableByteStream |
| 613 [Worker] method cancel | 613 [Worker] method cancel |
| 614 [Worker] method constructor | 614 [Worker] method constructor |
| 615 [Worker] method getReader | 615 [Worker] method getReader |
| 616 [Worker] interface ReadableStream | 616 [Worker] interface ReadableStream |
| 617 [Worker] method cancel | 617 [Worker] method cancel |
| 618 [Worker] method constructor | 618 [Worker] method constructor |
| 619 [Worker] method getReader | 619 [Worker] method getReader |
| 620 [Worker] interface ReadableStreamReader |
| 621 [Worker] getter closed |
| 622 [Worker] method cancel |
| 623 [Worker] method constructor |
| 624 [Worker] method read |
| 625 [Worker] method releaseLock |
| 620 [Worker] interface ReferenceError | 626 [Worker] interface ReferenceError |
| 621 [Worker] attribute name | 627 [Worker] attribute name |
| 622 [Worker] getter stack | 628 [Worker] getter stack |
| 623 [Worker] method constructor | 629 [Worker] method constructor |
| 624 [Worker] setter stack | 630 [Worker] setter stack |
| 625 [Worker] interface RegExp | 631 [Worker] interface RegExp |
| 626 [Worker] attribute global | 632 [Worker] attribute global |
| 627 [Worker] attribute ignoreCase | 633 [Worker] attribute ignoreCase |
| 628 [Worker] attribute lastIndex | 634 [Worker] attribute lastIndex |
| 629 [Worker] attribute multiline | 635 [Worker] attribute multiline |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 [Worker] method abort | 1072 [Worker] method abort |
| 1067 [Worker] method constructor | 1073 [Worker] method constructor |
| 1068 [Worker] method objectStore | 1074 [Worker] method objectStore |
| 1069 [Worker] setter onabort | 1075 [Worker] setter onabort |
| 1070 [Worker] setter oncomplete | 1076 [Worker] setter oncomplete |
| 1071 [Worker] setter onerror | 1077 [Worker] setter onerror |
| 1072 PASS successfullyParsed is true | 1078 PASS successfullyParsed is true |
| 1073 | 1079 |
| 1074 TEST COMPLETE | 1080 TEST COMPLETE |
| 1075 | 1081 |
| OLD | NEW |