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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 [Worker] method then | 388 [Worker] method then |
389 [Worker] interface RangeError | 389 [Worker] interface RangeError |
390 [Worker] attribute name | 390 [Worker] attribute name |
391 [Worker] getter stack | 391 [Worker] getter stack |
392 [Worker] method constructor | 392 [Worker] method constructor |
393 [Worker] setter stack | 393 [Worker] setter stack |
394 [Worker] interface ReadableStream | 394 [Worker] interface ReadableStream |
395 [Worker] method cancel | 395 [Worker] method cancel |
396 [Worker] method constructor | 396 [Worker] method constructor |
397 [Worker] method read | 397 [Worker] method read |
398 [Worker] method wait | |
399 [Worker] interface ReferenceError | 398 [Worker] interface ReferenceError |
400 [Worker] attribute name | 399 [Worker] attribute name |
401 [Worker] getter stack | 400 [Worker] getter stack |
402 [Worker] method constructor | 401 [Worker] method constructor |
403 [Worker] setter stack | 402 [Worker] setter stack |
404 [Worker] interface RegExp | 403 [Worker] interface RegExp |
405 [Worker] attribute global | 404 [Worker] attribute global |
406 [Worker] attribute ignoreCase | 405 [Worker] attribute ignoreCase |
407 [Worker] attribute lastIndex | 406 [Worker] attribute lastIndex |
408 [Worker] attribute multiline | 407 [Worker] attribute multiline |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 [Worker] interface webkitIDBRequest | 659 [Worker] interface webkitIDBRequest |
661 [Worker] method constructor | 660 [Worker] method constructor |
662 [Worker] interface webkitIDBTransaction | 661 [Worker] interface webkitIDBTransaction |
663 [Worker] method abort | 662 [Worker] method abort |
664 [Worker] method constructor | 663 [Worker] method constructor |
665 [Worker] method objectStore | 664 [Worker] method objectStore |
666 PASS successfullyParsed is true | 665 PASS successfullyParsed is true |
667 | 666 |
668 TEST COMPLETE | 667 TEST COMPLETE |
669 | 668 |
OLD | NEW |