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

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/invalid-characteristic-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/service/getCharacteristics/invalid-characteristic-name.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/invalid-characteristic-name.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/invalid-characteristic-name.html
index d1516d8e6d4673e709796a5fe8384a087c469ccf..b207c2025a38ef8886c25681ec53c0b6c20af04b 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/invalid-characteristic-name.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/invalid-characteristic-name.html
@@ -21,8 +21,7 @@ promise_test(() => {
'UUID (lowercase hex characters e.g. ' +
'\'00001234-0000-1000-8000-00805f9b34fb\'), ' +
'or recognized standard name from ' +
- 'https://developer.bluetooth.org/gatt/characteristics/' +
- 'Pages/CharacteristicsHome.aspx' +
+ 'https://www.bluetooth.com/specifications/gatt/characteristics' +
' e.g. \'aerobic_heart_rate_lower_limit\'.',
'TypeError'),
'Wrong Characteristic name passed.');

Powered by Google App Engine
This is Rietveld 408576698