| OLD | NEW |
| 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent | 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent |
| 2 getter state | 2 getter state |
| 3 method constructor | 3 method constructor |
| 4 interface BackgroundFetchEvent : ExtendableEvent | 4 interface BackgroundFetchEvent : ExtendableEvent |
| 5 getter tag | 5 getter tag |
| 6 method constructor | 6 method constructor |
| 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent | 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent |
| 8 getter fetches | 8 getter fetches |
| 9 method constructor | 9 method constructor |
| 10 interface BackgroundFetchFetch | 10 interface BackgroundFetchFetch |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 method transaction | 484 method transaction |
| 485 setter onabort | 485 setter onabort |
| 486 setter onclose | 486 setter onclose |
| 487 setter onerror | 487 setter onerror |
| 488 setter onversionchange | 488 setter onversionchange |
| 489 interface IDBFactory | 489 interface IDBFactory |
| 490 method cmp | 490 method cmp |
| 491 method constructor | 491 method constructor |
| 492 method deleteDatabase | 492 method deleteDatabase |
| 493 method open | 493 method open |
| 494 method webkitGetDatabaseNames | |
| 495 interface IDBIndex | 494 interface IDBIndex |
| 496 getter keyPath | 495 getter keyPath |
| 497 getter multiEntry | 496 getter multiEntry |
| 498 getter name | 497 getter name |
| 499 getter objectStore | 498 getter objectStore |
| 500 getter unique | 499 getter unique |
| 501 method constructor | 500 method constructor |
| 502 method count | 501 method count |
| 503 method get | 502 method get |
| 504 method getAll | 503 method getAll |
| (...skipping 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2308 setter onnotificationclick | 2307 setter onnotificationclick |
| 2309 setter onnotificationclose | 2308 setter onnotificationclose |
| 2310 setter onpaymentrequest | 2309 setter onpaymentrequest |
| 2311 setter onpush | 2310 setter onpush |
| 2312 setter onsync | 2311 setter onsync |
| 2313 PASS Verify the interface of ServiceWorkerGlobalScope | 2312 PASS Verify the interface of ServiceWorkerGlobalScope |
| 2314 PASS successfullyParsed is true | 2313 PASS successfullyParsed is true |
| 2315 | 2314 |
| 2316 TEST COMPLETE | 2315 TEST COMPLETE |
| 2317 | 2316 |
| OLD | NEW |