Skip to content

Commit

Permalink
Reenable global-interface-listing-platform-specific.html
Browse files Browse the repository at this point in the history
Running blink_tool.py rebaseline-cl output per
instructions.

TBR=foolip

Bug: 916899
Change-Id: I77b10bcf57a20c511bed0509acbe596ebb1d7526
Reviewed-on: https://chromium-review.googlesource.com/c/1388652
Reviewed-by: Doug Turner <dougt@chromium.org>
Commit-Queue: Doug Turner <dougt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618642}
  • Loading branch information
dougt authored and Commit Bot committed Dec 21, 2018
1 parent 3c39a91 commit 7b92b90
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 3 deletions.
3 changes: 0 additions & 3 deletions third_party/blink/web_tests/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -5954,9 +5954,6 @@ crbug.com/v8/8381 http/tests/devtools/coverage/coverage-view.js [ Pass Failure ]
crbug.com/v8/8381 http/tests/devtools/coverage/multiple-instances-merge.js [ Pass Failure ]
crbug.com/v8/8381 http/tests/devtools/coverage/coverage-export.js [ Pass Failure ]

# Sheriff 2018-12-20
crbug.com/916899 [ Win10 ] virtual/stable/webexposed/global-interface-listing-platform-specific.html [ Failure ]

# TODO (michaelludwig): Todo after Skia roll and rebaseline
crbug.com/915735 compositing/masks/mask-with-added-filters.html [ Pass Failure ]
crbug.com/917379 media/video-layer-crash.html [ Pass Failure ]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
This test documents all interface attributes and methods on the global window object and element instances.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

[INTERFACES]
interface Bluetooth : EventTarget
attribute @@toStringTag
method constructor
method requestDevice
interface BluetoothCharacteristicProperties
attribute @@toStringTag
getter authenticatedSignedWrites
getter broadcast
getter indicate
getter notify
getter read
getter reliableWrite
getter writableAuxiliaries
getter write
getter writeWithoutResponse
method constructor
interface BluetoothDevice : EventTarget
attribute @@toStringTag
getter gatt
getter id
getter name
getter ongattserverdisconnected
method constructor
setter ongattserverdisconnected
interface BluetoothRemoteGATTCharacteristic : EventTarget
attribute @@toStringTag
getter oncharacteristicvaluechanged
getter properties
getter service
getter uuid
getter value
method constructor
method getDescriptor
method getDescriptors
method readValue
method startNotifications
method stopNotifications
method writeValue
setter oncharacteristicvaluechanged
interface BluetoothRemoteGATTDescriptor
attribute @@toStringTag
getter characteristic
getter uuid
getter value
method constructor
method readValue
method writeValue
interface BluetoothRemoteGATTServer
attribute @@toStringTag
getter connected
getter device
method connect
method constructor
method disconnect
method getPrimaryService
method getPrimaryServices
interface BluetoothRemoteGATTService
attribute @@toStringTag
getter device
getter isPrimary
getter uuid
method constructor
method getCharacteristic
method getCharacteristics
interface BluetoothUUID
static method canonicalUUID
static method getCharacteristic
static method getDescriptor
static method getService
attribute @@toStringTag
method constructor
interface Navigator
getter bluetooth
interface Notification : EventTarget
getter image
[GLOBAL OBJECT]
PASS successfullyParsed is true

TEST COMPLETE

0 comments on commit 7b92b90

Please sign in to comment.