[wpt-sync] Sync PR 39192 - Web Bluetooth: Add exclusionFilters to RequestDeviceOptions
Categories
(Core :: DOM: Device Interfaces, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39192 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39192
Details from upstream follow.
François Beaufort <beaufort.francois@gmail.com> wrote:
Web Bluetooth: Add exclusionFilters to RequestDeviceOptions
This CL adds a new "exclusionFilters" option in
navigator.bluetooth.requestDevice() options so that web developers can
exclude from the browser picker some known devices that are known to
not work as expected.Spec: https://github.com/WebBluetoothCG/web-bluetooth/pull/600
Demo: https://bluetooth-exclusion-filters.glitch.me/Change-Id: I016e2469d32626c10a454dab0c88532e8068020c
Reviewed-on: https://chromium-review.googlesource.com/4369463
WPT-Export-Revision: 327fdf0ebdee1bd75d613375d39584a29d4453e5
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
ERROR
: 3
Chrome
OK
: 3
FAIL
: 3
Safari
ERROR
: 3
Links
Details
New Tests That Don't Pass
- /bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filter.https.window.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
) - /bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filters-member.https.window.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
) - /bluetooth/requestDevice/canonicalizeFilter/exclusion-filters-require-filters.https.window.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
)
Comment 5•2 years ago
|
||
bugherder |
Description
•