OLD | NEW |
1 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 94: '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 Accelerometer : Sensor | 8 interface Accelerometer : Sensor |
9 attribute @@toStringTag | 9 attribute @@toStringTag |
10 getter includesGravity | 10 getter includesGravity |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 method constructor | 366 method constructor |
367 setter ongattserverdisconnected | 367 setter ongattserverdisconnected |
368 interface BluetoothRemoteGATTCharacteristic : EventTarget | 368 interface BluetoothRemoteGATTCharacteristic : EventTarget |
369 attribute @@toStringTag | 369 attribute @@toStringTag |
370 getter oncharacteristicvaluechanged | 370 getter oncharacteristicvaluechanged |
371 getter properties | 371 getter properties |
372 getter service | 372 getter service |
373 getter uuid | 373 getter uuid |
374 getter value | 374 getter value |
375 method constructor | 375 method constructor |
| 376 method getDescriptor |
| 377 method getDescriptors |
376 method readValue | 378 method readValue |
377 method startNotifications | 379 method startNotifications |
378 method stopNotifications | 380 method stopNotifications |
379 method writeValue | 381 method writeValue |
380 setter oncharacteristicvaluechanged | 382 setter oncharacteristicvaluechanged |
| 383 interface BluetoothRemoteGATTDescriptor |
| 384 attribute @@toStringTag |
| 385 getter characteristic |
| 386 getter uuid |
| 387 getter value |
| 388 method constructor |
| 389 method readValue |
| 390 method writeValue |
381 interface BluetoothRemoteGATTServer | 391 interface BluetoothRemoteGATTServer |
382 attribute @@toStringTag | 392 attribute @@toStringTag |
383 getter connected | 393 getter connected |
384 getter device | 394 getter device |
385 method connect | 395 method connect |
386 method constructor | 396 method constructor |
387 method disconnect | 397 method disconnect |
388 method getPrimaryService | 398 method getPrimaryService |
389 method getPrimaryServices | 399 method getPrimaryServices |
390 interface BluetoothRemoteGATTService | 400 interface BluetoothRemoteGATTService |
(...skipping 8605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8996 setter scrollY | 9006 setter scrollY |
8997 setter scrollbars | 9007 setter scrollbars |
8998 setter status | 9008 setter status |
8999 setter statusbar | 9009 setter statusbar |
9000 setter toolbar | 9010 setter toolbar |
9001 setter visualViewport | 9011 setter visualViewport |
9002 PASS successfullyParsed is true | 9012 PASS successfullyParsed is true |
9003 | 9013 |
9004 TEST COMPLETE | 9014 TEST COMPLETE |
9005 | 9015 |
OLD | NEW |