forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reenable global-interface-listing-platform-specific.html
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
Showing
2 changed files
with
85 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 85 additions & 0 deletions
85
...orm/win/virtual/stable/webexposed/global-interface-listing-platform-specific-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|