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

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

Issue 2408533002: Remove fake Bluetooth adapter from canonicalizeFilter tests (Closed)
Patch Set: Fix two small indentation issues 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html
index 9cbfced6cf5de245483362b5510dfc0b09c66b3c..1287c7fa900371b61c078e8c0f70186f67cc3165 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html
@@ -5,8 +5,6 @@
<script>
'use strict';
promise_test(t => {
- return setBluetoothFakeAdapter('EmptyAdapter')
- .then(() => promise_rejects(
- t, new TypeError(), requestDeviceWithKeyDown({filters: [{}]})));
+ return promise_rejects(t, new TypeError(), requestDeviceWithKeyDown({filters: [{}]}));
}, 'A filter must restrict the devices in some way.');
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698