mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Auto merge of #14552 - szeged:advertising_event, r=jdm
Replace AdvertisingData with AdvertisingEvent <!-- Please describe your changes on the following line: --> The spec changed AdvertisingData to an event. The low level support is still missing. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Either: --> - [X] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14552) <!-- Reviewable:end -->
This commit is contained in:
commit
eb1bd59682
12 changed files with 237 additions and 99 deletions
|
@ -6746,6 +6746,12 @@
|
|||
"url": "/_mozilla/mozilla/binding_keyword.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/advertisingEvent/watchAdvertisements-succeeds.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/advertisingEvent/watchAdvertisements-succeeds.html",
|
||||
"url": "/_mozilla/mozilla/bluetooth/advertisingEvent/watchAdvertisements-succeeds.html"
|
||||
}
|
||||
],
|
||||
"mozilla/bluetooth/connect/connection-succeeds.html": [
|
||||
{
|
||||
"path": "mozilla/bluetooth/connect/connection-succeeds.html",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[watchAdvertisements-succeeds.html]
|
||||
type: testharness
|
||||
[watchAdvertisements should succeed.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue