| 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 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 method rect | 763 method rect |
| 764 interface PaymentInstruments | 764 interface PaymentInstruments |
| 765 method clear | 765 method clear |
| 766 method constructor | 766 method constructor |
| 767 method delete | 767 method delete |
| 768 method get | 768 method get |
| 769 method has | 769 method has |
| 770 method keys | 770 method keys |
| 771 method set | 771 method set |
| 772 interface PaymentRequestEvent : ExtendableEvent | 772 interface PaymentRequestEvent : ExtendableEvent |
| 773 getter appRequest | 773 getter instrumentKey |
| 774 getter methodData |
| 775 getter modifiers |
| 776 getter paymentRequestId |
| 777 getter paymentRequestOrigin |
| 778 getter topLevelOrigin |
| 779 getter total |
| 774 method constructor | 780 method constructor |
| 775 method respondWith | 781 method respondWith |
| 776 interface PerformanceObserverEntryList | 782 interface PerformanceObserverEntryList |
| 777 method constructor | 783 method constructor |
| 778 method getEntries | 784 method getEntries |
| 779 method getEntriesByName | 785 method getEntriesByName |
| 780 method getEntriesByType | 786 method getEntriesByType |
| 781 interface PermissionStatus : EventTarget | 787 interface PermissionStatus : EventTarget |
| 782 getter onchange | 788 getter onchange |
| 783 getter state | 789 getter state |
| (...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2311 setter onnotificationclick | 2317 setter onnotificationclick |
| 2312 setter onnotificationclose | 2318 setter onnotificationclose |
| 2313 setter onpaymentrequest | 2319 setter onpaymentrequest |
| 2314 setter onpush | 2320 setter onpush |
| 2315 setter onsync | 2321 setter onsync |
| 2316 PASS Verify the interface of ServiceWorkerGlobalScope | 2322 PASS Verify the interface of ServiceWorkerGlobalScope |
| 2317 PASS successfullyParsed is true | 2323 PASS successfullyParsed is true |
| 2318 | 2324 |
| 2319 TEST COMPLETE | 2325 TEST COMPLETE |
| 2320 | 2326 |
| OLD | NEW |