tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

service-same-object.https.window.js (539B)


      1 // META: script=/resources/testdriver.js?feature=bidi
      2 // META: script=/resources/testdriver-vendor.js
      3 // META: script=/bluetooth/resources/bluetooth-test.js
      4 // META: script=/bluetooth/resources/bluetooth-fake-devices.js
      5 // META: timeout=long
      6 'use strict';
      7 const test_desc = '[SameObject] test for BluetoothRemoteGATTCharacteristic ' +
      8    'service.';
      9 
     10 bluetooth_bidi_test(async () => {
     11  const {characteristic} = await getMeasurementIntervalCharacteristic();
     12  assert_equals(characteristic.service, characteristic.service);
     13 }, test_desc);