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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Implement WebBluetooth getDescriptor[s] Created 3 years, 11 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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 30546cd6ded3d17a86dfd6ed87daa4f1849820d4..3ce98e024e3dcf00a991eeb4354360733edd5fed 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -286,11 +286,21 @@ interface BluetoothRemoteGATTCharacteristic : EventTarget
getter uuid
getter value
method constructor
+ method getDescriptor
+ method getDescriptors
method readValue
method startNotifications
method stopNotifications
method writeValue
setter oncharacteristicvaluechanged
+interface BluetoothRemoteGATTDescriptor
+ attribute @@toStringTag
+ getter characteristic
+ getter uuid
+ getter value
+ method constructor
+ method readValue
+ method writeValue
interface BluetoothRemoteGATTServer
attribute @@toStringTag
getter connected

Powered by Google App Engine
This is Rietveld 408576698