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

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.html

Issue 2449813002: bluetooth: Implement acceptAllDevices (Closed)
Patch Set: 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/canonicalizeFilter/empty-filters-member.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.html b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.html
index 4d940a78667104c9ff0d8bcbb8d3dd77c4fbe346..128ec34cda97447a3e115eabc8408e38351c7b95 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.html
@@ -8,6 +8,7 @@ promise_test(() => {
return assert_promise_rejects_with_message(
requestDeviceWithKeyDown({filters: []}),
new TypeError('Failed to execute \'requestDevice\' on \'Bluetooth\': ' +
- '\'filters\' member must be non-empty to find any devices.'));
+ '\'filters\' member must be non-empty to find any devices when ' +
+ '\'acceptAllDevices\' is false.'));
}, 'An empty |filters| member should result in a TypeError');
</script>
ortuno 2016/10/31 00:00:02 There are more tests in this directory that will n

Powered by Google App Engine
This is Rietveld 408576698