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