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

Side by Side 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 method constructor 279 method constructor
280 setter ongattserverdisconnected 280 setter ongattserverdisconnected
281 interface BluetoothRemoteGATTCharacteristic : EventTarget 281 interface BluetoothRemoteGATTCharacteristic : EventTarget
282 attribute @@toStringTag 282 attribute @@toStringTag
283 getter oncharacteristicvaluechanged 283 getter oncharacteristicvaluechanged
284 getter properties 284 getter properties
285 getter service 285 getter service
286 getter uuid 286 getter uuid
287 getter value 287 getter value
288 method constructor 288 method constructor
289 method getDescriptor
290 method getDescriptors
289 method readValue 291 method readValue
290 method startNotifications 292 method startNotifications
291 method stopNotifications 293 method stopNotifications
292 method writeValue 294 method writeValue
293 setter oncharacteristicvaluechanged 295 setter oncharacteristicvaluechanged
296 interface BluetoothRemoteGATTDescriptor
297 attribute @@toStringTag
298 getter characteristic
299 getter uuid
300 getter value
301 method constructor
302 method readValue
303 method writeValue
294 interface BluetoothRemoteGATTServer 304 interface BluetoothRemoteGATTServer
295 attribute @@toStringTag 305 attribute @@toStringTag
296 getter connected 306 getter connected
297 getter device 307 getter device
298 method connect 308 method connect
299 method constructor 309 method constructor
300 method disconnect 310 method disconnect
301 method getPrimaryService 311 method getPrimaryService
302 method getPrimaryServices 312 method getPrimaryServices
303 interface BluetoothRemoteGATTService 313 interface BluetoothRemoteGATTService
(...skipping 7427 matching lines...) Expand 10 before | Expand all | Expand 10 after
7731 setter scrollX 7741 setter scrollX
7732 setter scrollY 7742 setter scrollY
7733 setter scrollbars 7743 setter scrollbars
7734 setter status 7744 setter status
7735 setter statusbar 7745 setter statusbar
7736 setter toolbar 7746 setter toolbar
7737 PASS successfullyParsed is true 7747 PASS successfullyParsed is true
7738 7748
7739 TEST COMPLETE 7749 TEST COMPLETE
7740 7750
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698