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 Blob | 8 [Worker] interface Blob |
9 [Worker] attribute @@toStringTag | 9 [Worker] attribute @@toStringTag |
10 [Worker] getter size | 10 [Worker] getter size |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 [Worker] attribute @@toStringTag | 385 [Worker] attribute @@toStringTag |
386 [Worker] getter dataLoss | 386 [Worker] getter dataLoss |
387 [Worker] getter dataLossMessage | 387 [Worker] getter dataLossMessage |
388 [Worker] getter newVersion | 388 [Worker] getter newVersion |
389 [Worker] getter oldVersion | 389 [Worker] getter oldVersion |
390 [Worker] method constructor | 390 [Worker] method constructor |
391 [Worker] interface ImageBitmap | 391 [Worker] interface ImageBitmap |
392 [Worker] attribute @@toStringTag | 392 [Worker] attribute @@toStringTag |
393 [Worker] getter height | 393 [Worker] getter height |
394 [Worker] getter width | 394 [Worker] getter width |
| 395 [Worker] method close |
395 [Worker] method constructor | 396 [Worker] method constructor |
396 [Worker] interface ImageData | 397 [Worker] interface ImageData |
397 [Worker] attribute @@toStringTag | 398 [Worker] attribute @@toStringTag |
398 [Worker] getter height | 399 [Worker] getter height |
399 [Worker] getter width | 400 [Worker] getter width |
400 [Worker] method constructor | 401 [Worker] method constructor |
401 [Worker] interface MessageChannel | 402 [Worker] interface MessageChannel |
402 [Worker] attribute @@toStringTag | 403 [Worker] attribute @@toStringTag |
403 [Worker] getter port1 | 404 [Worker] getter port1 |
404 [Worker] getter port2 | 405 [Worker] getter port2 |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
843 [Worker] method gc | 844 [Worker] method gc |
844 [Worker] method webkitRequestFileSystem | 845 [Worker] method webkitRequestFileSystem |
845 [Worker] method webkitRequestFileSystemSync | 846 [Worker] method webkitRequestFileSystemSync |
846 [Worker] method webkitResolveLocalFileSystemSyncURL | 847 [Worker] method webkitResolveLocalFileSystemSyncURL |
847 [Worker] method webkitResolveLocalFileSystemURL | 848 [Worker] method webkitResolveLocalFileSystemURL |
848 [Worker] setter onconnect | 849 [Worker] setter onconnect |
849 PASS successfullyParsed is true | 850 PASS successfullyParsed is true |
850 | 851 |
851 TEST COMPLETE | 852 TEST COMPLETE |
852 | 853 |
OLD | NEW |