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