| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 [Worker] interface Boolean | 42 [Worker] interface Boolean |
| 43 [Worker] method constructor | 43 [Worker] method constructor |
| 44 [Worker] method toString | 44 [Worker] method toString |
| 45 [Worker] method valueOf | 45 [Worker] method valueOf |
| 46 [Worker] interface CircularGeofencingRegion | 46 [Worker] interface CircularGeofencingRegion |
| 47 [Worker] attribute MAX_RADIUS | 47 [Worker] attribute MAX_RADIUS |
| 48 [Worker] attribute MIN_RADIUS | 48 [Worker] attribute MIN_RADIUS |
| 49 [Worker] method constructor | 49 [Worker] method constructor |
| 50 [Worker] interface CloseEvent | 50 [Worker] interface CloseEvent |
| 51 [Worker] method constructor | 51 [Worker] method constructor |
| 52 [Worker] interface CryptoKey |
| 53 [Worker] method constructor |
| 52 [Worker] interface DOMException | 54 [Worker] interface DOMException |
| 53 [Worker] attribute ABORT_ERR | 55 [Worker] attribute ABORT_ERR |
| 54 [Worker] attribute DATA_CLONE_ERR | 56 [Worker] attribute DATA_CLONE_ERR |
| 55 [Worker] attribute DOMSTRING_SIZE_ERR | 57 [Worker] attribute DOMSTRING_SIZE_ERR |
| 56 [Worker] attribute HIERARCHY_REQUEST_ERR | 58 [Worker] attribute HIERARCHY_REQUEST_ERR |
| 57 [Worker] attribute INDEX_SIZE_ERR | 59 [Worker] attribute INDEX_SIZE_ERR |
| 58 [Worker] attribute INUSE_ATTRIBUTE_ERR | 60 [Worker] attribute INUSE_ATTRIBUTE_ERR |
| 59 [Worker] attribute INVALID_ACCESS_ERR | 61 [Worker] attribute INVALID_ACCESS_ERR |
| 60 [Worker] attribute INVALID_CHARACTER_ERR | 62 [Worker] attribute INVALID_CHARACTER_ERR |
| 61 [Worker] attribute INVALID_MODIFICATION_ERR | 63 [Worker] attribute INVALID_MODIFICATION_ERR |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 [Worker] attribute name | 233 [Worker] attribute name |
| 232 [Worker] method apply | 234 [Worker] method apply |
| 233 [Worker] method bind | 235 [Worker] method bind |
| 234 [Worker] method call | 236 [Worker] method call |
| 235 [Worker] method constructor | 237 [Worker] method constructor |
| 236 [Worker] method toString | 238 [Worker] method toString |
| 237 [Worker] interface Headers | 239 [Worker] interface Headers |
| 238 [Worker] method append | 240 [Worker] method append |
| 239 [Worker] method constructor | 241 [Worker] method constructor |
| 240 [Worker] method delete | 242 [Worker] method delete |
| 243 [Worker] method entries |
| 241 [Worker] method get | 244 [Worker] method get |
| 242 [Worker] method getAll | 245 [Worker] method getAll |
| 243 [Worker] method has | 246 [Worker] method has |
| 247 [Worker] method keys |
| 244 [Worker] method set | 248 [Worker] method set |
| 249 [Worker] method values |
| 245 [Worker] interface IDBCursor | 250 [Worker] interface IDBCursor |
| 246 [Worker] method advance | 251 [Worker] method advance |
| 247 [Worker] method constructor | 252 [Worker] method constructor |
| 248 [Worker] method continue | 253 [Worker] method continue |
| 249 [Worker] method continuePrimaryKey | 254 [Worker] method continuePrimaryKey |
| 250 [Worker] method delete | 255 [Worker] method delete |
| 251 [Worker] method update | 256 [Worker] method update |
| 252 [Worker] interface IDBCursorWithValue | 257 [Worker] interface IDBCursorWithValue |
| 253 [Worker] method constructor | 258 [Worker] method constructor |
| 254 [Worker] interface IDBDatabase | 259 [Worker] interface IDBDatabase |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 [Worker] interface webkitIDBRequest | 664 [Worker] interface webkitIDBRequest |
| 660 [Worker] method constructor | 665 [Worker] method constructor |
| 661 [Worker] interface webkitIDBTransaction | 666 [Worker] interface webkitIDBTransaction |
| 662 [Worker] method abort | 667 [Worker] method abort |
| 663 [Worker] method constructor | 668 [Worker] method constructor |
| 664 [Worker] method objectStore | 669 [Worker] method objectStore |
| 665 PASS successfullyParsed is true | 670 PASS successfullyParsed is true |
| 666 | 671 |
| 667 TEST COMPLETE | 672 TEST COMPLETE |
| 668 | 673 |
| OLD | NEW |