| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/gen-service-device-disconnects-before-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/gen-service-device-disconnects-before-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/gen-service-device-disconnects-before-with-uuid.html
|
| deleted file mode 100644
|
| index 46134e7c9d46e54ecebf0339c70b97c21cdbe315..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/gen-service-device-disconnects-before-with-uuid.html
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -<!-- Generated by //third_party/WebKit/LayoutTests/bluetooth/generate.py -->
|
| -<!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';
|
| -promise_test(t => {
|
| - return setBluetoothFakeAdapter('DisconnectingHeartRateAdapter')
|
| - .then(() => requestDeviceWithKeyDown({
|
| - filters: [{services: ['heart_rate']}],
|
| - optionalServices: [request_disconnection_service_uuid]
|
| - }))
|
| - .then(device => {
|
| - return device.gatt.connect()
|
| - .then(gattServer => get_request_disconnection(gattServer))
|
| - .then(requestDisconnection => requestDisconnection())
|
| - .then(() => assert_promise_rejects_with_message(
|
| - device.gatt.getPrimaryServices('heart_rate'),
|
| - new DOMException(
|
| - 'GATT Server is disconnected. Cannot retrieve services.',
|
| - 'NetworkError')));
|
| - });
|
| -}, 'Device disconnects before getPrimaryServices. Reject with NetworkError.');
|
| -
|
| -</script>
|
|
|