| Index: third_party/WebKit/LayoutTests/bluetooth/connect/garbage-collection-ran-during-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/connect/garbage-collection-ran-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/connect/garbage-collection-ran-during-error.html
|
| deleted file mode 100644
|
| index 958b3a57d008cc9fe2f480f67a7cbedd61c03aa0..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/connect/garbage-collection-ran-during-error.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!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(() => {
|
| - return setBluetoothFakeAdapter('FailingConnectionsAdapter')
|
| - .then(() => requestDeviceWithKeyDown({
|
| - filters: [{services: [errorUUID(0x1) /* in progress error */]}]}))
|
| - .then(device => {
|
| - device.gatt.connect();
|
| - })
|
| - .then(runGarbageCollection);
|
| -}, 'Garbage collection ran during a connect call that fails. ' +
|
| - 'Should not crash.');
|
| -</script>
|
|
|