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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 [Worker] method apply | 237 [Worker] method apply |
238 [Worker] method bind | 238 [Worker] method bind |
239 [Worker] method call | 239 [Worker] method call |
240 [Worker] method constructor | 240 [Worker] method constructor |
241 [Worker] method toString | 241 [Worker] method toString |
242 [Worker] interface Headers | 242 [Worker] interface Headers |
243 [Worker] method append | 243 [Worker] method append |
244 [Worker] method constructor | 244 [Worker] method constructor |
245 [Worker] method delete | 245 [Worker] method delete |
246 [Worker] method entries | 246 [Worker] method entries |
| 247 [Worker] method forEach |
247 [Worker] method get | 248 [Worker] method get |
248 [Worker] method getAll | 249 [Worker] method getAll |
249 [Worker] method has | 250 [Worker] method has |
250 [Worker] method keys | 251 [Worker] method keys |
251 [Worker] method set | 252 [Worker] method set |
252 [Worker] method values | 253 [Worker] method values |
253 [Worker] interface IDBCursor | 254 [Worker] interface IDBCursor |
254 [Worker] method advance | 255 [Worker] method advance |
255 [Worker] method constructor | 256 [Worker] method constructor |
256 [Worker] method continue | 257 [Worker] method continue |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 [Worker] interface webkitIDBRequest | 682 [Worker] interface webkitIDBRequest |
682 [Worker] method constructor | 683 [Worker] method constructor |
683 [Worker] interface webkitIDBTransaction | 684 [Worker] interface webkitIDBTransaction |
684 [Worker] method abort | 685 [Worker] method abort |
685 [Worker] method constructor | 686 [Worker] method constructor |
686 [Worker] method objectStore | 687 [Worker] method objectStore |
687 PASS successfullyParsed is true | 688 PASS successfullyParsed is true |
688 | 689 |
689 TEST COMPLETE | 690 TEST COMPLETE |
690 | 691 |
OLD | NEW |