OLD | NEW |
1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. |
2 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 2 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 [INTERFACES] | 7 [INTERFACES] |
8 interface AbsoluteOrientationSensor : OrientationSensor | 8 interface AbsoluteOrientationSensor : OrientationSensor |
9 attribute @@toStringTag | 9 attribute @@toStringTag |
10 method constructor | 10 method constructor |
(...skipping 4276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4287 getter length | 4287 getter length |
4288 method @@iterator | 4288 method @@iterator |
4289 method constructor | 4289 method constructor |
4290 method getNamedItem | 4290 method getNamedItem |
4291 method getNamedItemNS | 4291 method getNamedItemNS |
4292 method item | 4292 method item |
4293 method removeNamedItem | 4293 method removeNamedItem |
4294 method removeNamedItemNS | 4294 method removeNamedItemNS |
4295 method setNamedItem | 4295 method setNamedItem |
4296 method setNamedItemNS | 4296 method setNamedItemNS |
| 4297 interface NavigationPreloadManager |
| 4298 attribute @@toStringTag |
| 4299 method constructor |
| 4300 method disable |
| 4301 method enable |
| 4302 method getState |
| 4303 method setHeaderValue |
4297 interface Navigator | 4304 interface Navigator |
4298 attribute @@toStringTag | 4305 attribute @@toStringTag |
4299 getter appCodeName | 4306 getter appCodeName |
4300 getter appName | 4307 getter appName |
4301 getter appVersion | 4308 getter appVersion |
4302 getter authentication | 4309 getter authentication |
4303 getter bluetooth | 4310 getter bluetooth |
4304 getter budget | 4311 getter budget |
4305 getter connection | 4312 getter connection |
4306 getter cookieEnabled | 4313 getter cookieEnabled |
(...skipping 2112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6419 method getRegistration | 6426 method getRegistration |
6420 method getRegistrations | 6427 method getRegistrations |
6421 method register | 6428 method register |
6422 setter oncontrollerchange | 6429 setter oncontrollerchange |
6423 setter onmessage | 6430 setter onmessage |
6424 interface ServiceWorkerRegistration : EventTarget | 6431 interface ServiceWorkerRegistration : EventTarget |
6425 attribute @@toStringTag | 6432 attribute @@toStringTag |
6426 getter active | 6433 getter active |
6427 getter backgroundFetch | 6434 getter backgroundFetch |
6428 getter installing | 6435 getter installing |
| 6436 getter navigationPreload |
6429 getter onupdatefound | 6437 getter onupdatefound |
6430 getter paymentManager | 6438 getter paymentManager |
6431 getter pushManager | 6439 getter pushManager |
6432 getter scope | 6440 getter scope |
6433 getter sync | 6441 getter sync |
6434 getter waiting | 6442 getter waiting |
6435 method constructor | 6443 method constructor |
6436 method getNotifications | 6444 method getNotifications |
6437 method showNotification | 6445 method showNotification |
6438 method unregister | 6446 method unregister |
(...skipping 2716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9155 setter scrollY | 9163 setter scrollY |
9156 setter scrollbars | 9164 setter scrollbars |
9157 setter status | 9165 setter status |
9158 setter statusbar | 9166 setter statusbar |
9159 setter toolbar | 9167 setter toolbar |
9160 setter visualViewport | 9168 setter visualViewport |
9161 PASS successfullyParsed is true | 9169 PASS successfullyParsed is true |
9162 | 9170 |
9163 TEST COMPLETE | 9171 TEST COMPLETE |
9164 | 9172 |
OLD | NEW |