summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/bluetooth/characteristic/service-same-object.https.window.js
blob: 01b3a25e35e4a8c2e8a1626e12de90e625dda0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
// META: script=/bluetooth/resources/bluetooth-test.js
// META: script=/bluetooth/resources/bluetooth-fake-devices.js
'use strict';
const test_desc = '[SameObject] test for BluetoothRemoteGATTCharacteristic ' +
    'service.';

bluetooth_test(async () => {
  const {characteristic} = await getMeasurementIntervalCharacteristic();
  assert_equals(characteristic.service, characteristic.service);
}, test_desc);