Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html

Issue 2456613002: Remove BluetoothDevice.uuids attribute from WebBluetooth (Closed)
Patch Set: address more comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html
index 5cd584122466edd0922b0b3f1cef7fad416089b9..7df8590731713cfcd4f6ad7612c92986b653017f 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html
@@ -56,7 +56,6 @@ promise_test(() => {
.then(device => {
// We always have access to the services in matching_services
// because we include them in a filter or in optionalServices.
- assert_in_array(matching_services[0], device.uuids);
assert_equals(device.name, matching_name);
assert_true(device.name.startsWith(matching_namePrefix));
});

Powered by Google App Engine
This is Rietveld 408576698