| OLD | NEW |
| 1 interface Blob | 1 interface Blob |
| 2 getter size | 2 getter size |
| 3 getter type | 3 getter type |
| 4 method close | 4 method close |
| 5 method constructor | 5 method constructor |
| 6 method slice | 6 method slice |
| 7 interface ByteLengthQueuingStrategy | 7 interface ByteLengthQueuingStrategy |
| 8 method constructor | 8 method constructor |
| 9 method size | 9 method size |
| 10 interface Cache | 10 interface Cache |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 attribute MOUSEMOVE | 138 attribute MOUSEMOVE |
| 139 attribute MOUSEOUT | 139 attribute MOUSEOUT |
| 140 attribute MOUSEOVER | 140 attribute MOUSEOVER |
| 141 attribute MOUSEUP | 141 attribute MOUSEUP |
| 142 attribute NONE | 142 attribute NONE |
| 143 attribute SELECT | 143 attribute SELECT |
| 144 getter bubbles | 144 getter bubbles |
| 145 getter cancelBubble | 145 getter cancelBubble |
| 146 getter cancelable | 146 getter cancelable |
| 147 getter currentTarget | 147 getter currentTarget |
| 148 getter deepPath |
| 148 getter defaultPrevented | 149 getter defaultPrevented |
| 149 getter eventPhase | 150 getter eventPhase |
| 150 getter path | 151 getter path |
| 151 getter returnValue | 152 getter returnValue |
| 152 getter scoped | 153 getter scoped |
| 153 getter srcElement | 154 getter srcElement |
| 154 getter target | 155 getter target |
| 155 getter timeStamp | 156 getter timeStamp |
| 156 getter type | 157 getter type |
| 157 method constructor | 158 method constructor |
| 158 method deepPath | |
| 159 method initEvent | 159 method initEvent |
| 160 method preventDefault | 160 method preventDefault |
| 161 method stopImmediatePropagation | 161 method stopImmediatePropagation |
| 162 method stopPropagation | 162 method stopPropagation |
| 163 setter cancelBubble | 163 setter cancelBubble |
| 164 setter returnValue | 164 setter returnValue |
| 165 interface EventSource : EventTarget | 165 interface EventSource : EventTarget |
| 166 attribute CLOSED | 166 attribute CLOSED |
| 167 attribute CONNECTING | 167 attribute CONNECTING |
| 168 attribute OPEN | 168 attribute OPEN |
| (...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 887 setter oninstall | 887 setter oninstall |
| 888 setter onmessage | 888 setter onmessage |
| 889 setter onnotificationclick | 889 setter onnotificationclick |
| 890 setter onnotificationclose | 890 setter onnotificationclose |
| 891 setter onpush | 891 setter onpush |
| 892 setter onsync | 892 setter onsync |
| 893 This is a testharness.js-based test. | 893 This is a testharness.js-based test. |
| 894 PASS Verify the interface of ServiceWorkerGlobalScope | 894 PASS Verify the interface of ServiceWorkerGlobalScope |
| 895 Harness: the test ran to completion. | 895 Harness: the test ran to completion. |
| 896 | 896 |
| OLD | NEW |