| 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 Accelerometer : Sensor | 8 interface Accelerometer : Sensor |
| 9 attribute @@toStringTag | 9 attribute @@toStringTag |
| 10 getter includesGravity | 10 getter includesGravity |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 method constructor | 372 method constructor |
| 373 setter ongattserverdisconnected | 373 setter ongattserverdisconnected |
| 374 interface BluetoothRemoteGATTCharacteristic : EventTarget | 374 interface BluetoothRemoteGATTCharacteristic : EventTarget |
| 375 attribute @@toStringTag | 375 attribute @@toStringTag |
| 376 getter oncharacteristicvaluechanged | 376 getter oncharacteristicvaluechanged |
| 377 getter properties | 377 getter properties |
| 378 getter service | 378 getter service |
| 379 getter uuid | 379 getter uuid |
| 380 getter value | 380 getter value |
| 381 method constructor | 381 method constructor |
| 382 method getDescriptor |
| 383 method getDescriptors |
| 382 method readValue | 384 method readValue |
| 383 method startNotifications | 385 method startNotifications |
| 384 method stopNotifications | 386 method stopNotifications |
| 385 method writeValue | 387 method writeValue |
| 386 setter oncharacteristicvaluechanged | 388 setter oncharacteristicvaluechanged |
| 389 interface BluetoothRemoteGATTDescriptor |
| 390 attribute @@toStringTag |
| 391 getter characteristic |
| 392 getter uuid |
| 393 getter value |
| 394 method constructor |
| 395 method readValue |
| 396 method writeValue |
| 387 interface BluetoothRemoteGATTServer | 397 interface BluetoothRemoteGATTServer |
| 388 attribute @@toStringTag | 398 attribute @@toStringTag |
| 389 getter connected | 399 getter connected |
| 390 getter device | 400 getter device |
| 391 method connect | 401 method connect |
| 392 method constructor | 402 method constructor |
| 393 method disconnect | 403 method disconnect |
| 394 method getPrimaryService | 404 method getPrimaryService |
| 395 method getPrimaryServices | 405 method getPrimaryServices |
| 396 interface BluetoothRemoteGATTService | 406 interface BluetoothRemoteGATTService |
| (...skipping 8588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8985 setter scrollY | 8995 setter scrollY |
| 8986 setter scrollbars | 8996 setter scrollbars |
| 8987 setter status | 8997 setter status |
| 8988 setter statusbar | 8998 setter statusbar |
| 8989 setter toolbar | 8999 setter toolbar |
| 8990 setter visualViewport | 9000 setter visualViewport |
| 8991 PASS successfullyParsed is true | 9001 PASS successfullyParsed is true |
| 8992 | 9002 |
| 8993 TEST COMPLETE | 9003 TEST COMPLETE |
| 8994 | 9004 |
| OLD | NEW |