mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
WebBluetooth Test API
This commit is contained in:
parent
4eec2c6ddc
commit
e15d54edfd
14 changed files with 701 additions and 14 deletions
|
@ -40,6 +40,9 @@ f000ffc0-0451-4000-b000-000000000000
|
|||
# Block access to standardized unique identifiers, for privacy reasons.
|
||||
00002a25-0000-1000-8000-00805f9b34fb
|
||||
|
||||
# Blacklisted characteristic used to test readValue function.
|
||||
bad1c9a2-9a5b-4015-8b60-1579bbbf2135 exclude-reads
|
||||
|
||||
|
||||
## Descriptors
|
||||
|
||||
|
@ -50,4 +53,10 @@ f000ffc0-0451-4000-b000-000000000000
|
|||
|
||||
# org.bluetooth.descriptor.gatt.server_characteristic_configuration
|
||||
# Writing to this would let a web page interfere with the broadcasted services.
|
||||
00002903-0000-1000-8000-00805f9b34fb exclude-writes
|
||||
00002903-0000-1000-8000-00805f9b34fb exclude-writes
|
||||
|
||||
# Blacklisted descriptor used to test.
|
||||
07711111-6104-0970-7011-1107105110aaa
|
||||
|
||||
# Blacklisted descriptor used to test.
|
||||
aaaaaaaa-aaaa-1181-0510-810819516110 exclude-reads
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"dom.bluetooth.enabled": false,
|
||||
"dom.bluetooth.testing.enabled": false,
|
||||
"dom.forcetouch.enabled": true,
|
||||
"dom.mouseevent.which.enabled": false,
|
||||
"dom.mozbrowser.enabled": true,
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"dom.bluetooth.enabled": false,
|
||||
"dom.bluetooth.testing.enabled": false,
|
||||
"dom.forcetouch.enabled": false,
|
||||
"dom.mouseevent.which.enabled": false,
|
||||
"dom.mozbrowser.enabled": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue