| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 [Worker] attribute NOT_READABLE_ERR | 268 [Worker] attribute NOT_READABLE_ERR |
| 269 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR | 269 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR |
| 270 [Worker] attribute PATH_EXISTS_ERR | 270 [Worker] attribute PATH_EXISTS_ERR |
| 271 [Worker] attribute QUOTA_EXCEEDED_ERR | 271 [Worker] attribute QUOTA_EXCEEDED_ERR |
| 272 [Worker] attribute SECURITY_ERR | 272 [Worker] attribute SECURITY_ERR |
| 273 [Worker] attribute SYNTAX_ERR | 273 [Worker] attribute SYNTAX_ERR |
| 274 [Worker] attribute TYPE_MISMATCH_ERR | 274 [Worker] attribute TYPE_MISMATCH_ERR |
| 275 [Worker] getter code | 275 [Worker] getter code |
| 276 [Worker] method constructor | 276 [Worker] method constructor |
| 277 [Worker] interface FileList | 277 [Worker] interface FileList |
| 278 [Worker] getter length |
| 278 [Worker] method constructor | 279 [Worker] method constructor |
| 279 [Worker] method item | 280 [Worker] method item |
| 280 [Worker] interface FileReader | 281 [Worker] interface FileReader |
| 281 [Worker] attribute DONE | 282 [Worker] attribute DONE |
| 282 [Worker] attribute EMPTY | 283 [Worker] attribute EMPTY |
| 283 [Worker] attribute LOADING | 284 [Worker] attribute LOADING |
| 284 [Worker] getter error | 285 [Worker] getter error |
| 285 [Worker] getter onabort | 286 [Worker] getter onabort |
| 286 [Worker] getter onerror | 287 [Worker] getter onerror |
| 287 [Worker] getter onload | 288 [Worker] getter onload |
| (...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 [Worker] method abort | 1067 [Worker] method abort |
| 1067 [Worker] method constructor | 1068 [Worker] method constructor |
| 1068 [Worker] method objectStore | 1069 [Worker] method objectStore |
| 1069 [Worker] setter onabort | 1070 [Worker] setter onabort |
| 1070 [Worker] setter oncomplete | 1071 [Worker] setter oncomplete |
| 1071 [Worker] setter onerror | 1072 [Worker] setter onerror |
| 1072 PASS successfullyParsed is true | 1073 PASS successfullyParsed is true |
| 1073 | 1074 |
| 1074 TEST COMPLETE | 1075 TEST COMPLETE |
| 1075 | 1076 |
| OLD | NEW |