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

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

Issue 2582543002: bluetooth: Remove [NoInterfaceObject] from Bluetooth interface (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: '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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 interface Blob 240 interface Blob
241 attribute @@toStringTag 241 attribute @@toStringTag
242 getter size 242 getter size
243 getter type 243 getter type
244 method constructor 244 method constructor
245 method slice 245 method slice
246 interface BlobEvent : Event 246 interface BlobEvent : Event
247 attribute @@toStringTag 247 attribute @@toStringTag
248 getter data 248 getter data
249 method constructor 249 method constructor
250 interface Bluetooth
251 attribute @@toStringTag
252 method constructor
253 method requestDevice
250 interface BluetoothCharacteristicProperties 254 interface BluetoothCharacteristicProperties
251 attribute @@toStringTag 255 attribute @@toStringTag
252 getter authenticatedSignedWrites 256 getter authenticatedSignedWrites
253 getter broadcast 257 getter broadcast
254 getter indicate 258 getter indicate
255 getter notify 259 getter notify
256 getter read 260 getter read
257 getter reliableWrite 261 getter reliableWrite
258 getter writableAuxiliaries 262 getter writableAuxiliaries
259 getter write 263 getter write
(...skipping 7498 matching lines...) Expand 10 before | Expand all | Expand 10 after
7758 setter scrollX 7762 setter scrollX
7759 setter scrollY 7763 setter scrollY
7760 setter scrollbars 7764 setter scrollbars
7761 setter status 7765 setter status
7762 setter statusbar 7766 setter statusbar
7763 setter toolbar 7767 setter toolbar
7764 PASS successfullyParsed is true 7768 PASS successfullyParsed is true
7765 7769
7766 TEST COMPLETE 7770 TEST COMPLETE
7767 7771
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698