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

Side by Side Diff: third_party/WebKit/LayoutTests/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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 getter isClosed 333 getter isClosed
334 getter size 334 getter size
335 getter type 335 getter type
336 method close 336 method close
337 method constructor 337 method constructor
338 method slice 338 method slice
339 interface BlobEvent : Event 339 interface BlobEvent : Event
340 attribute @@toStringTag 340 attribute @@toStringTag
341 getter data 341 getter data
342 method constructor 342 method constructor
343 interface Bluetooth
344 attribute @@toStringTag
345 method constructor
346 method requestDevice
343 interface BluetoothCharacteristicProperties 347 interface BluetoothCharacteristicProperties
344 attribute @@toStringTag 348 attribute @@toStringTag
345 getter authenticatedSignedWrites 349 getter authenticatedSignedWrites
346 getter broadcast 350 getter broadcast
347 getter indicate 351 getter indicate
348 getter notify 352 getter notify
349 getter read 353 getter read
350 getter reliableWrite 354 getter reliableWrite
351 getter writableAuxiliaries 355 getter writableAuxiliaries
352 getter write 356 getter write
(...skipping 8549 matching lines...) Expand 10 before | Expand all | Expand 10 after
8902 setter scrollY 8906 setter scrollY
8903 setter scrollbars 8907 setter scrollbars
8904 setter status 8908 setter status
8905 setter statusbar 8909 setter statusbar
8906 setter toolbar 8910 setter toolbar
8907 setter visualViewport 8911 setter visualViewport
8908 PASS successfullyParsed is true 8912 PASS successfullyParsed is true
8909 8913
8910 TEST COMPLETE 8914 TEST COMPLETE
8911 8915
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698