OLD | NEW |
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use
'OfflineAudioContext' instead. | 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use
'OfflineAudioContext' instead. |
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC
ontext' instead. | 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC
ontext' instead. |
3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. | 3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. |
4 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 4 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
5 | 5 |
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
7 | 7 |
8 | 8 |
9 [INTERFACES] | 9 [INTERFACES] |
10 interface Accelerometer : Sensor | 10 interface Accelerometer : Sensor |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 method constructor | 363 method constructor |
364 setter ongattserverdisconnected | 364 setter ongattserverdisconnected |
365 interface BluetoothRemoteGATTCharacteristic : EventTarget | 365 interface BluetoothRemoteGATTCharacteristic : EventTarget |
366 attribute @@toStringTag | 366 attribute @@toStringTag |
367 getter oncharacteristicvaluechanged | 367 getter oncharacteristicvaluechanged |
368 getter properties | 368 getter properties |
369 getter service | 369 getter service |
370 getter uuid | 370 getter uuid |
371 getter value | 371 getter value |
372 method constructor | 372 method constructor |
| 373 method getDescriptor |
| 374 method getDescriptors |
373 method readValue | 375 method readValue |
374 method startNotifications | 376 method startNotifications |
375 method stopNotifications | 377 method stopNotifications |
376 method writeValue | 378 method writeValue |
377 setter oncharacteristicvaluechanged | 379 setter oncharacteristicvaluechanged |
| 380 interface BluetoothRemoteGATTDescriptor |
| 381 attribute @@toStringTag |
| 382 getter characteristic |
| 383 getter uuid |
| 384 getter value |
| 385 method constructor |
| 386 method readValue |
| 387 method writeValue |
378 interface BluetoothRemoteGATTServer | 388 interface BluetoothRemoteGATTServer |
379 attribute @@toStringTag | 389 attribute @@toStringTag |
380 getter connected | 390 getter connected |
381 getter device | 391 getter device |
382 method connect | 392 method connect |
383 method constructor | 393 method constructor |
384 method disconnect | 394 method disconnect |
385 method getPrimaryService | 395 method getPrimaryService |
386 method getPrimaryServices | 396 method getPrimaryServices |
387 interface BluetoothRemoteGATTService | 397 interface BluetoothRemoteGATTService |
(...skipping 8533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8921 setter scrollY | 8931 setter scrollY |
8922 setter scrollbars | 8932 setter scrollbars |
8923 setter status | 8933 setter status |
8924 setter statusbar | 8934 setter statusbar |
8925 setter toolbar | 8935 setter toolbar |
8926 setter visualViewport | 8936 setter visualViewport |
8927 PASS successfullyParsed is true | 8937 PASS successfullyParsed is true |
8928 | 8938 |
8929 TEST COMPLETE | 8939 TEST COMPLETE |
8930 | 8940 |
OLD | NEW |