| 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 getter onmessageerror | 9 getter onmessageerror |
| 10 method close | 10 method close |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 method constructor | 451 method constructor |
| 452 method query | 452 method query |
| 453 interface PromiseRejectionEvent : Event | 453 interface PromiseRejectionEvent : Event |
| 454 getter promise | 454 getter promise |
| 455 getter reason | 455 getter reason |
| 456 method constructor | 456 method constructor |
| 457 interface PushEvent : ExtendableEvent | 457 interface PushEvent : ExtendableEvent |
| 458 getter data | 458 getter data |
| 459 method constructor | 459 method constructor |
| 460 interface PushManager | 460 interface PushManager |
| 461 static getter supportedContentEncodings |
| 461 method constructor | 462 method constructor |
| 462 method getSubscription | 463 method getSubscription |
| 463 method permissionState | 464 method permissionState |
| 464 method subscribe | 465 method subscribe |
| 465 interface PushMessageData | 466 interface PushMessageData |
| 466 method arrayBuffer | 467 method arrayBuffer |
| 467 method blob | 468 method blob |
| 468 method constructor | 469 method constructor |
| 469 method json | 470 method json |
| 470 method text | 471 method text |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 setter onmessage | 725 setter onmessage |
| 725 setter onnotificationclick | 726 setter onnotificationclick |
| 726 setter onnotificationclose | 727 setter onnotificationclose |
| 727 setter onpush | 728 setter onpush |
| 728 setter onsync | 729 setter onsync |
| 729 PASS Verify the interface of ServiceWorkerGlobalScope | 730 PASS Verify the interface of ServiceWorkerGlobalScope |
| 730 PASS successfullyParsed is true | 731 PASS successfullyParsed is true |
| 731 | 732 |
| 732 TEST COMPLETE | 733 TEST COMPLETE |
| 733 | 734 |
| OLD | NEW |