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

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: 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
4 This test documents all interface attributes and methods on the global window ob ject and element instances. 4 This test documents all interface attributes and methods on the global window ob ject and element instances.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 [INTERFACES] 9 [INTERFACES]
10 interface AnalyserNode : AudioNode 10 interface AnalyserNode : AudioNode
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 method constructor 270 method constructor
271 setter ongattserverdisconnected 271 setter ongattserverdisconnected
272 interface BluetoothRemoteGATTCharacteristic : EventTarget 272 interface BluetoothRemoteGATTCharacteristic : EventTarget
273 attribute @@toStringTag 273 attribute @@toStringTag
274 getter oncharacteristicvaluechanged 274 getter oncharacteristicvaluechanged
275 getter properties 275 getter properties
276 getter service 276 getter service
277 getter uuid 277 getter uuid
278 getter value 278 getter value
279 method constructor 279 method constructor
280 method getDescriptor
281 method getDescriptors
280 method readValue 282 method readValue
281 method startNotifications 283 method startNotifications
282 method stopNotifications 284 method stopNotifications
283 method writeValue 285 method writeValue
284 setter oncharacteristicvaluechanged 286 setter oncharacteristicvaluechanged
287 interface BluetoothRemoteGATTDescriptor
288 attribute @@toStringTag
289 getter characteristic
290 getter uuid
291 getter value
292 method constructor
293 method readValue
294 method writeValue
285 interface BluetoothRemoteGATTServer 295 interface BluetoothRemoteGATTServer
286 attribute @@toStringTag 296 attribute @@toStringTag
287 getter connected 297 getter connected
288 getter device 298 getter device
289 method connect 299 method connect
290 method constructor 300 method constructor
291 method disconnect 301 method disconnect
292 method getPrimaryService 302 method getPrimaryService
293 method getPrimaryServices 303 method getPrimaryServices
294 interface BluetoothRemoteGATTService 304 interface BluetoothRemoteGATTService
(...skipping 7478 matching lines...) Expand 10 before | Expand all | Expand 10 after
7773 setter scrollX 7783 setter scrollX
7774 setter scrollY 7784 setter scrollY
7775 setter scrollbars 7785 setter scrollbars
7776 setter status 7786 setter status
7777 setter statusbar 7787 setter statusbar
7778 setter toolbar 7788 setter toolbar
7779 PASS successfullyParsed is true 7789 PASS successfullyParsed is true
7780 7790
7781 TEST COMPLETE 7791 TEST COMPLETE
7782 7792
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698