| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 [Worker] interface Function | 227 [Worker] interface Function |
| 228 [Worker] attribute arguments | 228 [Worker] attribute arguments |
| 229 [Worker] attribute caller | 229 [Worker] attribute caller |
| 230 [Worker] attribute length | 230 [Worker] attribute length |
| 231 [Worker] attribute name | 231 [Worker] attribute name |
| 232 [Worker] method apply | 232 [Worker] method apply |
| 233 [Worker] method bind | 233 [Worker] method bind |
| 234 [Worker] method call | 234 [Worker] method call |
| 235 [Worker] method constructor | 235 [Worker] method constructor |
| 236 [Worker] method toString | 236 [Worker] method toString |
| 237 [Worker] interface Headers |
| 238 [Worker] method append |
| 239 [Worker] method constructor |
| 240 [Worker] method delete |
| 241 [Worker] method get |
| 242 [Worker] method getAll |
| 243 [Worker] method has |
| 244 [Worker] method set |
| 237 [Worker] interface IDBCursor | 245 [Worker] interface IDBCursor |
| 238 [Worker] method advance | 246 [Worker] method advance |
| 239 [Worker] method constructor | 247 [Worker] method constructor |
| 240 [Worker] method continue | 248 [Worker] method continue |
| 241 [Worker] method continuePrimaryKey | 249 [Worker] method continuePrimaryKey |
| 242 [Worker] method delete | 250 [Worker] method delete |
| 243 [Worker] method update | 251 [Worker] method update |
| 244 [Worker] interface IDBCursorWithValue | 252 [Worker] interface IDBCursorWithValue |
| 245 [Worker] method constructor | 253 [Worker] method constructor |
| 246 [Worker] interface IDBDatabase | 254 [Worker] interface IDBDatabase |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 [Worker] attribute global | 405 [Worker] attribute global |
| 398 [Worker] attribute ignoreCase | 406 [Worker] attribute ignoreCase |
| 399 [Worker] attribute lastIndex | 407 [Worker] attribute lastIndex |
| 400 [Worker] attribute multiline | 408 [Worker] attribute multiline |
| 401 [Worker] attribute source | 409 [Worker] attribute source |
| 402 [Worker] method compile | 410 [Worker] method compile |
| 403 [Worker] method constructor | 411 [Worker] method constructor |
| 404 [Worker] method exec | 412 [Worker] method exec |
| 405 [Worker] method test | 413 [Worker] method test |
| 406 [Worker] method toString | 414 [Worker] method toString |
| 415 [Worker] interface Request |
| 416 [Worker] method arrayBuffer |
| 417 [Worker] method blob |
| 418 [Worker] method clone |
| 419 [Worker] method constructor |
| 420 [Worker] method json |
| 421 [Worker] method text |
| 422 [Worker] interface Response |
| 423 [Worker] method arrayBuffer |
| 424 [Worker] method blob |
| 425 [Worker] method clone |
| 426 [Worker] method constructor |
| 427 [Worker] method json |
| 428 [Worker] method text |
| 407 [Worker] interface Set | 429 [Worker] interface Set |
| 408 [Worker] getter size | 430 [Worker] getter size |
| 409 [Worker] method add | 431 [Worker] method add |
| 410 [Worker] method clear | 432 [Worker] method clear |
| 411 [Worker] method constructor | 433 [Worker] method constructor |
| 412 [Worker] method delete | 434 [Worker] method delete |
| 413 [Worker] method entries | 435 [Worker] method entries |
| 414 [Worker] method forEach | 436 [Worker] method forEach |
| 415 [Worker] method has | 437 [Worker] method has |
| 416 [Worker] method keys | 438 [Worker] method keys |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 [Worker] method abort | 661 [Worker] method abort |
| 640 [Worker] method constructor | 662 [Worker] method constructor |
| 641 [Worker] method objectStore | 663 [Worker] method objectStore |
| 642 [Worker] interface webkitURL | 664 [Worker] interface webkitURL |
| 643 [Worker] method constructor | 665 [Worker] method constructor |
| 644 [Worker] method toString | 666 [Worker] method toString |
| 645 PASS successfullyParsed is true | 667 PASS successfullyParsed is true |
| 646 | 668 |
| 647 TEST COMPLETE | 669 TEST COMPLETE |
| 648 | 670 |
| OLD | NEW |