From 7b92b90bd696bfe5cd5210fa0b84d0d2680c59d9 Mon Sep 17 00:00:00 2001 From: Doug Turner Date: Fri, 21 Dec 2018 22:40:50 +0000 Subject: [PATCH] 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 Commit-Queue: Doug Turner Cr-Commit-Position: refs/heads/master@{#618642} --- third_party/blink/web_tests/TestExpectations | 3 - ...ace-listing-platform-specific-expected.txt | 85 +++++++++++++++++++ 2 files changed, 85 insertions(+), 3 deletions(-) create mode 100644 third_party/blink/web_tests/platform/win/virtual/stable/webexposed/global-interface-listing-platform-specific-expected.txt diff --git a/third_party/blink/web_tests/TestExpectations b/third_party/blink/web_tests/TestExpectations index 8ef6e0c90a76b4..c8fe3b87f003f1 100644 --- a/third_party/blink/web_tests/TestExpectations +++ b/third_party/blink/web_tests/TestExpectations @@ -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 ] diff --git a/third_party/blink/web_tests/platform/win/virtual/stable/webexposed/global-interface-listing-platform-specific-expected.txt b/third_party/blink/web_tests/platform/win/virtual/stable/webexposed/global-interface-listing-platform-specific-expected.txt new file mode 100644 index 00000000000000..3236dec192923c --- /dev/null +++ b/third_party/blink/web_tests/platform/win/virtual/stable/webexposed/global-interface-listing-platform-specific-expected.txt @@ -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 +