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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 [Worker] method setInterval | 570 [Worker] method setInterval |
571 [Worker] method setTimeout | 571 [Worker] method setTimeout |
572 [Worker] method webkitRequestFileSystem | 572 [Worker] method webkitRequestFileSystem |
573 [Worker] method webkitRequestFileSystemSync | 573 [Worker] method webkitRequestFileSystemSync |
574 [Worker] method webkitResolveLocalFileSystemSyncURL | 574 [Worker] method webkitResolveLocalFileSystemSyncURL |
575 [Worker] method webkitResolveLocalFileSystemURL | 575 [Worker] method webkitResolveLocalFileSystemURL |
576 [Worker] interface WorkerLocation | 576 [Worker] interface WorkerLocation |
577 [Worker] method constructor | 577 [Worker] method constructor |
578 [Worker] method toString | 578 [Worker] method toString |
579 [Worker] interface WorkerNavigator | 579 [Worker] interface WorkerNavigator |
| 580 [Worker] method connect |
580 [Worker] method constructor | 581 [Worker] method constructor |
581 [Worker] interface XMLHttpRequest | 582 [Worker] interface XMLHttpRequest |
582 [Worker] attribute DONE | 583 [Worker] attribute DONE |
583 [Worker] attribute HEADERS_RECEIVED | 584 [Worker] attribute HEADERS_RECEIVED |
584 [Worker] attribute LOADING | 585 [Worker] attribute LOADING |
585 [Worker] attribute OPENED | 586 [Worker] attribute OPENED |
586 [Worker] attribute UNSENT | 587 [Worker] attribute UNSENT |
587 [Worker] method abort | 588 [Worker] method abort |
588 [Worker] method constructor | 589 [Worker] method constructor |
589 [Worker] method getAllResponseHeaders | 590 [Worker] method getAllResponseHeaders |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
639 [Worker] method abort | 640 [Worker] method abort |
640 [Worker] method constructor | 641 [Worker] method constructor |
641 [Worker] method objectStore | 642 [Worker] method objectStore |
642 [Worker] interface webkitURL | 643 [Worker] interface webkitURL |
643 [Worker] method constructor | 644 [Worker] method constructor |
644 [Worker] method toString | 645 [Worker] method toString |
645 PASS successfullyParsed is true | 646 PASS successfullyParsed is true |
646 | 647 |
647 TEST COMPLETE | 648 TEST COMPLETE |
648 | 649 |
OLD | NEW |