Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
| index a988625555536010b12bd1ee69d358e82c7d2740..a95e8970d8314d29aabc185b18c5f4e722385864 100644 |
| --- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
| @@ -10,6 +10,7 @@ CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste |
| CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' instead. |
| CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead. |
| CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead. |
| +CONSOLE ERROR: The 'WebBluetooth' feature is currently enabled in limited trials. Please see [Phosphor console URL] for information on enabling a trial for your site. |
|
Jeffrey Yasskin
2016/04/05 17:22:52
Is there a bug to fill in a real URL for this?
iclelland
2016/04/06 13:56:50
https://bugs.chromium.org/p/chromium/issues/detail
|
| CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead. |
| This test documents all interface attributes and methods on the global window object and element instances. |
| @@ -3313,6 +3314,7 @@ interface Navigator |
| getter appCodeName |
| getter appName |
| getter appVersion |
| + getter bluetooth |
| getter cookieEnabled |
| getter credentials |
| getter doNotTrack |
| @@ -6399,6 +6401,13 @@ interface webkitURL |
| setter search |
| setter username |
| [GLOBAL OBJECT] |
| + attribute BluetoothAdvertisingData |
| + attribute BluetoothCharacteristicProperties |
| + attribute BluetoothDevice |
| + attribute BluetoothRemoteGATTCharacteristic |
| + attribute BluetoothRemoteGATTServer |
| + attribute BluetoothRemoteGATTService |
| + attribute BluetoothUUID |
| attribute GCController |
| attribute accessibilityController |
| attribute applicationCache |