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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Rebase Created 4 years 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 d148f1192ffae956da00378f6fc62c4eae536ae1..3a7a538212516703b011dda920594d1ee7157450 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
@@ -277,11 +277,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