| Index: third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-device-disconnects-before.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-device-disconnects-before.html b/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-device-disconnects-before.html
|
| index bbe10ea49bace905f7bc3ba3eb8e8b21058b2331..4c852d4dfe4c0a80002901843c306413be11e86f 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-device-disconnects-before.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-device-disconnects-before.html
|
| @@ -27,7 +27,8 @@ promise_test(() => {
|
| () => assert_promise_rejects_with_message(
|
| user_description.readValue(),
|
| new DOMException(
|
| - 'GATT Server is disconnected. Cannot perform GATT operations.',
|
| + 'GATT Server is disconnected. Cannot perform GATT operations. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError')));
|
| });
|
| }, 'Device disconnects before readValue. Reject with NetworkError.');
|
|
|