| 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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 method permissionState | 464 method permissionState |
| 465 method subscribe | 465 method subscribe |
| 466 interface PushMessageData | 466 interface PushMessageData |
| 467 method arrayBuffer | 467 method arrayBuffer |
| 468 method blob | 468 method blob |
| 469 method constructor | 469 method constructor |
| 470 method json | 470 method json |
| 471 method text | 471 method text |
| 472 interface PushSubscription | 472 interface PushSubscription |
| 473 getter endpoint | 473 getter endpoint |
| 474 getter expirationTime |
| 474 getter options | 475 getter options |
| 475 method constructor | 476 method constructor |
| 476 method getKey | 477 method getKey |
| 477 method toJSON | 478 method toJSON |
| 478 method unsubscribe | 479 method unsubscribe |
| 479 interface PushSubscriptionOptions | 480 interface PushSubscriptionOptions |
| 480 getter applicationServerKey | 481 getter applicationServerKey |
| 481 getter userVisibleOnly | 482 getter userVisibleOnly |
| 482 method constructor | 483 method constructor |
| 483 interface ReadableStream | 484 interface ReadableStream |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 setter onmessage | 726 setter onmessage |
| 726 setter onnotificationclick | 727 setter onnotificationclick |
| 727 setter onnotificationclose | 728 setter onnotificationclose |
| 728 setter onpush | 729 setter onpush |
| 729 setter onsync | 730 setter onsync |
| 730 PASS Verify the interface of ServiceWorkerGlobalScope | 731 PASS Verify the interface of ServiceWorkerGlobalScope |
| 731 PASS successfullyParsed is true | 732 PASS successfullyParsed is true |
| 732 | 733 |
| 733 TEST COMPLETE | 734 TEST COMPLETE |
| 734 | 735 |
| OLD | NEW |