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

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: Remove macos restriction Created 3 years, 12 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 94: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 94: '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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 method constructor 273 method constructor
274 setter ongattserverdisconnected 274 setter ongattserverdisconnected
275 interface BluetoothRemoteGATTCharacteristic : EventTarget 275 interface BluetoothRemoteGATTCharacteristic : EventTarget
276 attribute @@toStringTag 276 attribute @@toStringTag
277 getter oncharacteristicvaluechanged 277 getter oncharacteristicvaluechanged
278 getter properties 278 getter properties
279 getter service 279 getter service
280 getter uuid 280 getter uuid
281 getter value 281 getter value
282 method constructor 282 method constructor
283 method getDescriptor
284 method getDescriptors
283 method readValue 285 method readValue
284 method startNotifications 286 method startNotifications
285 method stopNotifications 287 method stopNotifications
286 method writeValue 288 method writeValue
287 setter oncharacteristicvaluechanged 289 setter oncharacteristicvaluechanged
290 interface BluetoothRemoteGATTDescriptor
291 attribute @@toStringTag
292 getter characteristic
293 getter uuid
294 getter value
295 method constructor
296 method readValue
297 method writeValue
288 interface BluetoothRemoteGATTServer 298 interface BluetoothRemoteGATTServer
289 attribute @@toStringTag 299 attribute @@toStringTag
290 getter connected 300 getter connected
291 getter device 301 getter device
292 method connect 302 method connect
293 method constructor 303 method constructor
294 method disconnect 304 method disconnect
295 method getPrimaryService 305 method getPrimaryService
296 method getPrimaryServices 306 method getPrimaryServices
297 interface BluetoothRemoteGATTService 307 interface BluetoothRemoteGATTService
(...skipping 7455 matching lines...) Expand 10 before | Expand all | Expand 10 after
7753 setter scrollX 7763 setter scrollX
7754 setter scrollY 7764 setter scrollY
7755 setter scrollbars 7765 setter scrollbars
7756 setter status 7766 setter status
7757 setter statusbar 7767 setter statusbar
7758 setter toolbar 7768 setter toolbar
7759 PASS successfullyParsed is true 7769 PASS successfullyParsed is true
7760 7770
7761 TEST COMPLETE 7771 TEST COMPLETE
7762 7772
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698