| 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 [Worker] method get | 400 [Worker] method get |
| 401 [Worker] method has | 401 [Worker] method has |
| 402 [Worker] method keys | 402 [Worker] method keys |
| 403 [Worker] method set | 403 [Worker] method set |
| 404 [Worker] method values | 404 [Worker] method values |
| 405 [Worker] interface MessageChannel | 405 [Worker] interface MessageChannel |
| 406 [Worker] method constructor | 406 [Worker] method constructor |
| 407 [Worker] interface MessageEvent | 407 [Worker] interface MessageEvent |
| 408 [Worker] method constructor | 408 [Worker] method constructor |
| 409 [Worker] method initMessageEvent | 409 [Worker] method initMessageEvent |
| 410 [Worker] interface MessagePort |
| 411 [Worker] method close |
| 412 [Worker] method constructor |
| 413 [Worker] method postMessage |
| 414 [Worker] method start |
| 410 [Worker] interface NetworkInformation | 415 [Worker] interface NetworkInformation |
| 411 [Worker] method constructor | 416 [Worker] method constructor |
| 412 [Worker] interface Notification | 417 [Worker] interface Notification |
| 413 [Worker] method close | 418 [Worker] method close |
| 414 [Worker] method constructor | 419 [Worker] method constructor |
| 415 [Worker] interface Number | 420 [Worker] interface Number |
| 416 [Worker] method constructor | 421 [Worker] method constructor |
| 417 [Worker] method toExponential | 422 [Worker] method toExponential |
| 418 [Worker] method toFixed | 423 [Worker] method toFixed |
| 419 [Worker] method toLocaleString | 424 [Worker] method toLocaleString |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 [Worker] interface webkitIDBRequest | 738 [Worker] interface webkitIDBRequest |
| 734 [Worker] method constructor | 739 [Worker] method constructor |
| 735 [Worker] interface webkitIDBTransaction | 740 [Worker] interface webkitIDBTransaction |
| 736 [Worker] method abort | 741 [Worker] method abort |
| 737 [Worker] method constructor | 742 [Worker] method constructor |
| 738 [Worker] method objectStore | 743 [Worker] method objectStore |
| 739 PASS successfullyParsed is true | 744 PASS successfullyParsed is true |
| 740 | 745 |
| 741 TEST COMPLETE | 746 TEST COMPLETE |
| 742 | 747 |
| OLD | NEW |