| 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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 [Worker] attribute OPENED | 640 [Worker] attribute OPENED |
| 641 [Worker] attribute UNSENT | 641 [Worker] attribute UNSENT |
| 642 [Worker] method abort | 642 [Worker] method abort |
| 643 [Worker] method constructor | 643 [Worker] method constructor |
| 644 [Worker] method getAllResponseHeaders | 644 [Worker] method getAllResponseHeaders |
| 645 [Worker] method getResponseHeader | 645 [Worker] method getResponseHeader |
| 646 [Worker] method open | 646 [Worker] method open |
| 647 [Worker] method overrideMimeType | 647 [Worker] method overrideMimeType |
| 648 [Worker] method send | 648 [Worker] method send |
| 649 [Worker] method setRequestHeader | 649 [Worker] method setRequestHeader |
| 650 [Worker] interface XMLHttpRequestEventTarget |
| 651 [Worker] method constructor |
| 650 [Worker] interface webkitIDBCursor | 652 [Worker] interface webkitIDBCursor |
| 651 [Worker] method advance | 653 [Worker] method advance |
| 652 [Worker] method constructor | 654 [Worker] method constructor |
| 653 [Worker] method continue | 655 [Worker] method continue |
| 654 [Worker] method continuePrimaryKey | 656 [Worker] method continuePrimaryKey |
| 655 [Worker] method delete | 657 [Worker] method delete |
| 656 [Worker] method update | 658 [Worker] method update |
| 657 [Worker] interface webkitIDBDatabase | 659 [Worker] interface webkitIDBDatabase |
| 658 [Worker] method close | 660 [Worker] method close |
| 659 [Worker] method constructor | 661 [Worker] method constructor |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 [Worker] interface webkitIDBRequest | 693 [Worker] interface webkitIDBRequest |
| 692 [Worker] method constructor | 694 [Worker] method constructor |
| 693 [Worker] interface webkitIDBTransaction | 695 [Worker] interface webkitIDBTransaction |
| 694 [Worker] method abort | 696 [Worker] method abort |
| 695 [Worker] method constructor | 697 [Worker] method constructor |
| 696 [Worker] method objectStore | 698 [Worker] method objectStore |
| 697 PASS successfullyParsed is true | 699 PASS successfullyParsed is true |
| 698 | 700 |
| 699 TEST COMPLETE | 701 TEST COMPLETE |
| 700 | 702 |
| OLD | NEW |