OLD | NEW |
1 This test documents all interface attributes and methods on SharedWorkerGlobalSc
ope. | 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc
ope. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Starting worker: resources/global-interface-listing.js | 6 Starting worker: resources/global-interface-listing.js |
7 [Worker] [INTERFACES] | 7 [Worker] [INTERFACES] |
8 [Worker] interface Array | 8 [Worker] interface Array |
9 [Worker] attribute length | 9 [Worker] attribute length |
10 [Worker] method concat | 10 [Worker] method concat |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 [Worker] attribute MAX_RADIUS | 47 [Worker] attribute MAX_RADIUS |
48 [Worker] attribute MIN_RADIUS | 48 [Worker] attribute MIN_RADIUS |
49 [Worker] method constructor | 49 [Worker] method constructor |
50 [Worker] interface CloseEvent | 50 [Worker] interface CloseEvent |
51 [Worker] method constructor | 51 [Worker] method constructor |
52 [Worker] interface Crypto | 52 [Worker] interface Crypto |
53 [Worker] method constructor | 53 [Worker] method constructor |
54 [Worker] method getRandomValues | 54 [Worker] method getRandomValues |
55 [Worker] interface CryptoKey | 55 [Worker] interface CryptoKey |
56 [Worker] method constructor | 56 [Worker] method constructor |
| 57 [Worker] interface CustomEvent |
| 58 [Worker] method constructor |
| 59 [Worker] method initCustomEvent |
57 [Worker] interface DOMException | 60 [Worker] interface DOMException |
58 [Worker] attribute ABORT_ERR | 61 [Worker] attribute ABORT_ERR |
59 [Worker] attribute DATA_CLONE_ERR | 62 [Worker] attribute DATA_CLONE_ERR |
60 [Worker] attribute DOMSTRING_SIZE_ERR | 63 [Worker] attribute DOMSTRING_SIZE_ERR |
61 [Worker] attribute HIERARCHY_REQUEST_ERR | 64 [Worker] attribute HIERARCHY_REQUEST_ERR |
62 [Worker] attribute INDEX_SIZE_ERR | 65 [Worker] attribute INDEX_SIZE_ERR |
63 [Worker] attribute INUSE_ATTRIBUTE_ERR | 66 [Worker] attribute INUSE_ATTRIBUTE_ERR |
64 [Worker] attribute INVALID_ACCESS_ERR | 67 [Worker] attribute INVALID_ACCESS_ERR |
65 [Worker] attribute INVALID_CHARACTER_ERR | 68 [Worker] attribute INVALID_CHARACTER_ERR |
66 [Worker] attribute INVALID_MODIFICATION_ERR | 69 [Worker] attribute INVALID_MODIFICATION_ERR |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 [Worker] interface Error | 157 [Worker] interface Error |
155 [Worker] attribute message | 158 [Worker] attribute message |
156 [Worker] attribute name | 159 [Worker] attribute name |
157 [Worker] method constructor | 160 [Worker] method constructor |
158 [Worker] method toString | 161 [Worker] method toString |
159 [Worker] interface EvalError | 162 [Worker] interface EvalError |
160 [Worker] attribute name | 163 [Worker] attribute name |
161 [Worker] getter stack | 164 [Worker] getter stack |
162 [Worker] method constructor | 165 [Worker] method constructor |
163 [Worker] setter stack | 166 [Worker] setter stack |
| 167 [Worker] interface Event |
| 168 [Worker] attribute AT_TARGET |
| 169 [Worker] attribute BLUR |
| 170 [Worker] attribute BUBBLING_PHASE |
| 171 [Worker] attribute CAPTURING_PHASE |
| 172 [Worker] attribute CHANGE |
| 173 [Worker] attribute CLICK |
| 174 [Worker] attribute DBLCLICK |
| 175 [Worker] attribute DRAGDROP |
| 176 [Worker] attribute FOCUS |
| 177 [Worker] attribute KEYDOWN |
| 178 [Worker] attribute KEYPRESS |
| 179 [Worker] attribute KEYUP |
| 180 [Worker] attribute MOUSEDOWN |
| 181 [Worker] attribute MOUSEDRAG |
| 182 [Worker] attribute MOUSEMOVE |
| 183 [Worker] attribute MOUSEOUT |
| 184 [Worker] attribute MOUSEOVER |
| 185 [Worker] attribute MOUSEUP |
| 186 [Worker] attribute NONE |
| 187 [Worker] attribute SELECT |
| 188 [Worker] method constructor |
| 189 [Worker] method initEvent |
| 190 [Worker] method preventDefault |
| 191 [Worker] method stopImmediatePropagation |
| 192 [Worker] method stopPropagation |
164 [Worker] interface EventSource | 193 [Worker] interface EventSource |
165 [Worker] attribute CLOSED | 194 [Worker] attribute CLOSED |
166 [Worker] attribute CONNECTING | 195 [Worker] attribute CONNECTING |
167 [Worker] attribute OPEN | 196 [Worker] attribute OPEN |
168 [Worker] method close | 197 [Worker] method close |
169 [Worker] method constructor | 198 [Worker] method constructor |
| 199 [Worker] interface EventTarget |
| 200 [Worker] method addEventListener |
| 201 [Worker] method constructor |
| 202 [Worker] method dispatchEvent |
| 203 [Worker] method removeEventListener |
170 [Worker] interface ExclusiveStreamReader | 204 [Worker] interface ExclusiveStreamReader |
171 [Worker] method cancel | 205 [Worker] method cancel |
172 [Worker] method constructor | 206 [Worker] method constructor |
173 [Worker] method read | 207 [Worker] method read |
174 [Worker] method releaseLock | 208 [Worker] method releaseLock |
175 [Worker] interface File | 209 [Worker] interface File |
176 [Worker] method constructor | 210 [Worker] method constructor |
177 [Worker] interface FileError | 211 [Worker] interface FileError |
178 [Worker] attribute ABORT_ERR | 212 [Worker] attribute ABORT_ERR |
179 [Worker] attribute ENCODING_ERR | 213 [Worker] attribute ENCODING_ERR |
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
699 [Worker] interface webkitIDBRequest | 733 [Worker] interface webkitIDBRequest |
700 [Worker] method constructor | 734 [Worker] method constructor |
701 [Worker] interface webkitIDBTransaction | 735 [Worker] interface webkitIDBTransaction |
702 [Worker] method abort | 736 [Worker] method abort |
703 [Worker] method constructor | 737 [Worker] method constructor |
704 [Worker] method objectStore | 738 [Worker] method objectStore |
705 PASS successfullyParsed is true | 739 PASS successfullyParsed is true |
706 | 740 |
707 TEST COMPLETE | 741 TEST COMPLETE |
708 | 742 |
OLD | NEW |