| 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 27 matching lines...) Expand all Loading... |
| 38 [Worker] interface Blob | 38 [Worker] interface Blob |
| 39 [Worker] getter size | 39 [Worker] getter size |
| 40 [Worker] getter type | 40 [Worker] getter type |
| 41 [Worker] method close | 41 [Worker] method close |
| 42 [Worker] method constructor | 42 [Worker] method constructor |
| 43 [Worker] method slice | 43 [Worker] method slice |
| 44 [Worker] interface Boolean | 44 [Worker] interface Boolean |
| 45 [Worker] method constructor | 45 [Worker] method constructor |
| 46 [Worker] method toString | 46 [Worker] method toString |
| 47 [Worker] method valueOf | 47 [Worker] method valueOf |
| 48 [Worker] interface Cache |
| 49 [Worker] method constructor |
| 50 [Worker] method delete |
| 51 [Worker] method keys |
| 52 [Worker] method match |
| 53 [Worker] method put |
| 54 [Worker] interface CacheStorage |
| 55 [Worker] method constructor |
| 56 [Worker] method delete |
| 57 [Worker] method has |
| 58 [Worker] method keys |
| 59 [Worker] method match |
| 60 [Worker] method open |
| 48 [Worker] interface CircularGeofencingRegion | 61 [Worker] interface CircularGeofencingRegion |
| 49 [Worker] attribute MAX_RADIUS | 62 [Worker] attribute MAX_RADIUS |
| 50 [Worker] attribute MIN_RADIUS | 63 [Worker] attribute MIN_RADIUS |
| 51 [Worker] getter latitude | 64 [Worker] getter latitude |
| 52 [Worker] getter longitude | 65 [Worker] getter longitude |
| 53 [Worker] getter radius | 66 [Worker] getter radius |
| 54 [Worker] method constructor | 67 [Worker] method constructor |
| 55 [Worker] interface CloseEvent | 68 [Worker] interface CloseEvent |
| 56 [Worker] getter code | 69 [Worker] getter code |
| 57 [Worker] getter reason | 70 [Worker] getter reason |
| (...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 [Worker] method abort | 1073 [Worker] method abort |
| 1061 [Worker] method constructor | 1074 [Worker] method constructor |
| 1062 [Worker] method objectStore | 1075 [Worker] method objectStore |
| 1063 [Worker] setter onabort | 1076 [Worker] setter onabort |
| 1064 [Worker] setter oncomplete | 1077 [Worker] setter oncomplete |
| 1065 [Worker] setter onerror | 1078 [Worker] setter onerror |
| 1066 PASS successfullyParsed is true | 1079 PASS successfullyParsed is true |
| 1067 | 1080 |
| 1068 TEST COMPLETE | 1081 TEST COMPLETE |
| 1069 | 1082 |
| OLD | NEW |