| Index: third_party/WebKit/LayoutTests/bluetooth/requestDevice/blacklisted-service-in-optionalServices.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/blacklisted-service-in-optionalServices.html b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/blacklisted-service-in-optionalServices.html
|
| index fa814db34b91b19d38b0455ab920b7da3bd83566..18f7efdc1575e7e3e70b9918f56ff246ca13bdd4 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/blacklisted-service-in-optionalServices.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/blacklisted-service-in-optionalServices.html
|
| @@ -5,10 +5,11 @@
|
| <script>
|
| 'use strict';
|
| promise_test(() => {
|
| - let expected = new DOMException(
|
| - 'Origin is not allowed to access the service. Remember to add the ' +
|
| - 'service to a filter or to optionalServices in requestDevice().',
|
| - 'SecurityError');
|
| + let expected = new DOMException('Origin is not allowed to access the ' +
|
| + 'service. Tip: Add the service UUID to ' +
|
| + '\'optionalServices\' in requestDevice() ' +
|
| + 'options. https://goo.gl/HxfxSQ',
|
| + 'SecurityError');
|
| return setBluetoothFakeAdapter('BlacklistTestAdapter')
|
| .then(() => requestDeviceWithKeyDown({
|
| filters: [{services: [blacklist_test_service_uuid]}],
|
|
|