mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Add Start/Stop notifications
This commit is contained in:
parent
a89ba50180
commit
fd7cdbf19f
18 changed files with 364 additions and 4 deletions
|
@ -7592,6 +7592,66 @@
|
|||
"url": "/_mozilla/mozilla/bluetooth/requestDevice/two-filters.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/startNotifications/blocklisted-characteristic.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/startNotifications/blocklisted-characteristic.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/startNotifications/blocklisted-characteristic.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/startNotifications/characteristic-is-removed.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/startNotifications/characteristic-is-removed.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/startNotifications/characteristic-is-removed.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/startNotifications/disconnect-called-before.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/startNotifications/disconnect-called-before.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/startNotifications/disconnect-called-before.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/startNotifications/disconnect-called-during.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/startNotifications/disconnect-called-during.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/startNotifications/disconnect-called-during.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/startNotifications/notify-failure.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/startNotifications/notify-failure.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/startNotifications/notify-failure.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/startNotifications/notify-succeeds.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/startNotifications/notify-succeeds.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/startNotifications/notify-succeeds.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/stopNotifications/characteristic-is-removed.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/stopNotifications/characteristic-is-removed.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/stopNotifications/characteristic-is-removed.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/stopNotifications/disconnect-called-before.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/stopNotifications/disconnect-called-before.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/stopNotifications/disconnect-called-before.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/stopNotifications/disconnect-called-during.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/stopNotifications/disconnect-called-during.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/stopNotifications/disconnect-called-during.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/stopNotifications/notify-succeeds.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/stopNotifications/notify-succeeds.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/stopNotifications/notify-succeeds.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/writeValue/characteristic/blocklisted-characteristic.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/writeValue/characteristic/blocklisted-characteristic.html",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[disconnect-called-during.html]
|
||||
type: testharness
|
||||
[disconnect() called during startNotifications. Reject with NetworkError.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[disconnect-called-during.html]
|
||||
type: testharness
|
||||
[disconnect() called during stopNotifications. Reject with NetworkError.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue