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

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

Issue 2660453003: bluetooth: web: Bluetooth does not yet inherit EventTarget; crash fix. (Closed)
Patch Set: Created 3 years, 10 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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 getter size 347 getter size
348 getter type 348 getter type
349 method close 349 method close
350 method constructor 350 method constructor
351 method slice 351 method slice
352 interface BlobEvent : Event 352 interface BlobEvent : Event
353 attribute @@toStringTag 353 attribute @@toStringTag
354 getter data 354 getter data
355 getter timecode 355 getter timecode
356 method constructor 356 method constructor
357 interface Bluetooth : EventTarget 357 interface Bluetooth
358 attribute @@toStringTag 358 attribute @@toStringTag
359 method constructor 359 method constructor
360 method requestDevice 360 method requestDevice
361 interface BluetoothCharacteristicProperties 361 interface BluetoothCharacteristicProperties
362 attribute @@toStringTag 362 attribute @@toStringTag
363 getter authenticatedSignedWrites 363 getter authenticatedSignedWrites
364 getter broadcast 364 getter broadcast
365 getter indicate 365 getter indicate
366 getter notify 366 getter notify
367 getter read 367 getter read
(...skipping 8672 matching lines...) Expand 10 before | Expand all | Expand 10 after
9040 setter scrollY 9040 setter scrollY
9041 setter scrollbars 9041 setter scrollbars
9042 setter status 9042 setter status
9043 setter statusbar 9043 setter statusbar
9044 setter toolbar 9044 setter toolbar
9045 setter visualViewport 9045 setter visualViewport
9046 PASS successfullyParsed is true 9046 PASS successfullyParsed is true
9047 9047
9048 TEST COMPLETE 9048 TEST COMPLETE
9049 9049
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698