blob: f6c1aaaf1b96839264ebf16d367847864785319e [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="../../../resources/bluetooth/bluetooth-helpers.js"></script>
<script>
'use strict';
bluetooth_test(t => {
return promise_rejects(t, new TypeError(), requestDeviceWithKeyDown({filters: [{}]}));
}, 'A filter must restrict the devices in some way.');
</script>