mirror of
https://github.com/servo/servo.git
synced 2025-08-21 05:15:33 +01:00
Update web-platform-tests to revision 28300a0874230d668f0b02cfddfd994f2a735a56
This commit is contained in:
parent
087cf21d79
commit
aa8de380cc
133 changed files with 1747 additions and 432 deletions
|
@ -15,7 +15,6 @@ let descriptor, fake_peripheral, fake_service;
|
|||
bluetooth_test(() => getUserDescriptionDescriptor()
|
||||
.then(_ => ({descriptor, fake_peripheral, fake_service} = _))
|
||||
.then(() => fake_service.remove())
|
||||
.then(() => fake_peripheral.setNextGATTDiscoveryResponse({HCI_SUCCESS}))
|
||||
.then(() => fake_peripheral.simulateGATTServicesChanged())
|
||||
.then(() => assert_promise_rejects_with_message(
|
||||
descriptor.writeValue(new ArrayBuffer(1 /* length */)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue