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

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

Issue 2616443002: bluetooth: web: IDL fixes: Inherit EventTarget, SameObject navigator.bluetooth (Closed)
Patch Set: fixeup merge TOT Created 3 years, 11 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 getter size 340 getter size
341 getter type 341 getter type
342 method close 342 method close
343 method constructor 343 method constructor
344 method slice 344 method slice
345 interface BlobEvent : Event 345 interface BlobEvent : Event
346 attribute @@toStringTag 346 attribute @@toStringTag
347 getter data 347 getter data
348 getter timecode 348 getter timecode
349 method constructor 349 method constructor
350 interface Bluetooth 350 interface Bluetooth : EventTarget
351 attribute @@toStringTag 351 attribute @@toStringTag
352 method constructor 352 method constructor
353 method requestDevice 353 method requestDevice
354 interface BluetoothCharacteristicProperties 354 interface BluetoothCharacteristicProperties
355 attribute @@toStringTag 355 attribute @@toStringTag
356 getter authenticatedSignedWrites 356 getter authenticatedSignedWrites
357 getter broadcast 357 getter broadcast
358 getter indicate 358 getter indicate
359 getter notify 359 getter notify
360 getter read 360 getter read
(...skipping 8656 matching lines...) Expand 10 before | Expand all | Expand 10 after
9017 setter scrollY 9017 setter scrollY
9018 setter scrollbars 9018 setter scrollbars
9019 setter status 9019 setter status
9020 setter statusbar 9020 setter statusbar
9021 setter toolbar 9021 setter toolbar
9022 setter visualViewport 9022 setter visualViewport
9023 PASS successfullyParsed is true 9023 PASS successfullyParsed is true
9024 9024
9025 TEST COMPLETE 9025 TEST COMPLETE
9026 9026
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698