| OLD | NEW |
| 1 interface Blob | 1 interface Blob |
| 2 getter size | 2 getter size |
| 3 getter type | 3 getter type |
| 4 method constructor | 4 method constructor |
| 5 method slice | 5 method slice |
| 6 interface ByteLengthQueuingStrategy | 6 interface ByteLengthQueuingStrategy |
| 7 method constructor | 7 method constructor |
| 8 method size | 8 method size |
| 9 interface Cache | 9 interface Cache |
| 10 method add | 10 method add |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 getter isReload | 183 getter isReload |
| 184 getter request | 184 getter request |
| 185 method constructor | 185 method constructor |
| 186 method respondWith | 186 method respondWith |
| 187 interface File : Blob | 187 interface File : Blob |
| 188 getter lastModified | 188 getter lastModified |
| 189 getter lastModifiedDate | 189 getter lastModifiedDate |
| 190 getter name | 190 getter name |
| 191 getter webkitRelativePath | 191 getter webkitRelativePath |
| 192 method constructor | 192 method constructor |
| 193 interface FileError : DOMError | |
| 194 attribute ABORT_ERR | |
| 195 attribute ENCODING_ERR | |
| 196 attribute INVALID_MODIFICATION_ERR | |
| 197 attribute INVALID_STATE_ERR | |
| 198 attribute NOT_FOUND_ERR | |
| 199 attribute NOT_READABLE_ERR | |
| 200 attribute NO_MODIFICATION_ALLOWED_ERR | |
| 201 attribute PATH_EXISTS_ERR | |
| 202 attribute QUOTA_EXCEEDED_ERR | |
| 203 attribute SECURITY_ERR | |
| 204 attribute SYNTAX_ERR | |
| 205 attribute TYPE_MISMATCH_ERR | |
| 206 getter code | |
| 207 method constructor | |
| 208 interface FileList | 193 interface FileList |
| 209 getter length | 194 getter length |
| 210 method constructor | 195 method constructor |
| 211 method item | 196 method item |
| 212 interface FileReader : EventTarget | 197 interface FileReader : EventTarget |
| 213 attribute DONE | 198 attribute DONE |
| 214 attribute EMPTY | 199 attribute EMPTY |
| 215 attribute LOADING | 200 attribute LOADING |
| 216 getter error | 201 getter error |
| 217 getter onabort | 202 getter onabort |
| (...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 setter onmessage | 785 setter onmessage |
| 801 setter onnotificationclick | 786 setter onnotificationclick |
| 802 setter onnotificationclose | 787 setter onnotificationclose |
| 803 setter onpush | 788 setter onpush |
| 804 setter onsync | 789 setter onsync |
| 805 PASS Verify the interface of ServiceWorkerGlobalScope | 790 PASS Verify the interface of ServiceWorkerGlobalScope |
| 806 PASS successfullyParsed is true | 791 PASS successfullyParsed is true |
| 807 | 792 |
| 808 TEST COMPLETE | 793 TEST COMPLETE |
| 809 | 794 |
| OLD | NEW |