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