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