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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Addressing code review comments from ortuno (still working on test changes) Created 4 years, 1 month 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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index f409479fc84a47c43b6e2a7544ae892bd3a2bd07..295513d675f2c86e267dd55a6f592c2a9fefd2a5 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -380,11 +380,23 @@ 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 : EventTarget
+ attribute @@toStringTag
+ getter characteristic
+ getter ondescriptorvaluechanged
+ getter uuid
+ getter value
+ method constructor
+ method readValue
+ method writeValue
+ setter ondescriptorvaluechanged
interface BluetoothRemoteGATTServer
attribute @@toStringTag
getter connected

Powered by Google App Engine
This is Rietveld 408576698