Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-descriptor-invalid-name.html

Issue 2775283003: bluetooth: Update services, characteristics, and descriptors (Closed)
Patch Set: fix layout_test errors #2 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-descriptor-invalid-name.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-descriptor-invalid-name.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-descriptor-invalid-name.html
index 4b07b1f5cbcced180562d39fa2de7291b07c190e..358d8ad736794a5e0940bbe8aede4161994c7845 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-descriptor-invalid-name.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-descriptor-invalid-name.html
@@ -24,8 +24,7 @@ promise_test(() => {
'UUID (lowercase hex characters e.g. ' +
'\'00001234-0000-1000-8000-00805f9b34fb\'), ' +
'or recognized standard name from ' +
- 'https://developer.bluetooth.org/gatt/descriptors/' +
- 'Pages/DescriptorsHomePage.aspx' +
+ 'https://www.bluetooth.com/specifications/gatt/descriptors' +
' e.g. \'gatt.characteristic_presentation_format\'.',
'TypeError'));

Powered by Google App Engine
This is Rietveld 408576698