| Index: third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blocklisted-characteristics.html | 
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blacklisted-characteristics.html b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blocklisted-characteristics.html | 
| similarity index 85% | 
| rename from third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blacklisted-characteristics.html | 
| rename to third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blocklisted-characteristics.html | 
| index b2a203835a8a6391ec9eb96fe9c1c48c7ce18905..ea01aceba1b12b07cf9f7a9c0d5ca36e19a58ca7 100644 | 
| --- a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blacklisted-characteristics.html | 
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blocklisted-characteristics.html | 
| @@ -5,7 +5,7 @@ | 
| <script> | 
| 'use strict'; | 
| promise_test(() => { | 
| -  return setBluetoothFakeAdapter('BlacklistTestAdapter') | 
| +  return setBluetoothFakeAdapter('BlocklistTestAdapter') | 
| .then(() => requestDeviceWithKeyDown({ | 
| filters: [{services: ['device_information']}]})) | 
| .then(device => device.gatt.connect()) | 
| @@ -14,6 +14,6 @@ promise_test(() => { | 
| service.getCharacteristics(), | 
| new DOMException('No Characteristics found in service.', | 
| 'NotFoundError'))); | 
| -}, 'The Device Information service is composed of blacklisted ' + | 
| +}, 'The Device Information service is composed of blocklisted ' + | 
| 'characteristics so we shouldn\'t find any.'); | 
| </script> | 
|  |