| OLD | NEW |
| 1 interface Blob | 1 interface Blob |
| 2 getter size | 2 getter size |
| 3 getter type | 3 getter type |
| 4 method constructor | 4 method constructor |
| 5 method slice | 5 method slice |
| 6 interface BroadcastChannel : EventTarget | 6 interface BroadcastChannel : EventTarget |
| 7 getter name | 7 getter name |
| 8 getter onmessage | 8 getter onmessage |
| 9 method close | 9 method close |
| 10 method constructor | 10 method constructor |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 interface CacheStorage | 25 interface CacheStorage |
| 26 method constructor | 26 method constructor |
| 27 method delete | 27 method delete |
| 28 method has | 28 method has |
| 29 method keys | 29 method keys |
| 30 method match | 30 method match |
| 31 method open | 31 method open |
| 32 interface Client | 32 interface Client |
| 33 getter frameType | 33 getter frameType |
| 34 getter id | 34 getter id |
| 35 getter type |
| 35 getter url | 36 getter url |
| 36 method constructor | 37 method constructor |
| 37 method postMessage | 38 method postMessage |
| 38 interface Clients | 39 interface Clients |
| 39 method claim | 40 method claim |
| 40 method constructor | 41 method constructor |
| 41 method get | 42 method get |
| 42 method matchAll | 43 method matchAll |
| 43 method openWindow | 44 method openWindow |
| 44 interface CloseEvent : Event | 45 interface CloseEvent : Event |
| (...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 715 setter onmessage | 716 setter onmessage |
| 716 setter onnotificationclick | 717 setter onnotificationclick |
| 717 setter onnotificationclose | 718 setter onnotificationclose |
| 718 setter onpush | 719 setter onpush |
| 719 setter onsync | 720 setter onsync |
| 720 PASS Verify the interface of ServiceWorkerGlobalScope | 721 PASS Verify the interface of ServiceWorkerGlobalScope |
| 721 PASS successfullyParsed is true | 722 PASS successfullyParsed is true |
| 722 | 723 |
| 723 TEST COMPLETE | 724 TEST COMPLETE |
| 724 | 725 |
| OLD | NEW |