| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blacklisted-services-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blacklisted-services-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blacklisted-services-with-uuid.html
|
| index 6b944e4f781f604fff008d4f14f99c2d9fce8358..8fdad59d2927a177a284fce5e79de6a9650d37a9 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blacklisted-services-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blacklisted-services-with-uuid.html
|
| @@ -12,9 +12,10 @@ promise_test(() => {
|
| .then(device => device.gatt.connect())
|
| .then(gattServer => assert_promise_rejects_with_message(
|
| gattServer.getPrimaryServices('human_interface_device'),
|
| +
|
| new DOMException('Origin is not allowed to access the service. ' +
|
| - 'Remember to add the service to a filter or to ' +
|
| - 'optionalServices in requestDevice().',
|
| + 'Tip: Add the service UUID to \'optionalServices\' ' +
|
| + 'in requestDevice() options. https://goo.gl/HxfxSQ',
|
| 'SecurityError')));
|
| }, 'Request for services. Does not return blacklisted service.');
|
| </script>
|
|
|