| Index: android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt
|
| diff --git a/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt b/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt
|
| index 73c8f33a03ae1ba84c451da4f9cd2cd71d87a112..e2db01cf33360c4c9b28c92c42ce1cb030fe0c43 100644
|
| --- a/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt
|
| +++ b/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt
|
| @@ -14,6 +14,12 @@ interface Permissions
|
| # notifications api not enabled in webview, crbug.com/434712
|
| interface Notification : EventTarget
|
|
|
| +# web payments api not enabled in webiew, crbug.com/667069
|
| +interface PaymentAddress
|
| +interface PaymentRequest : EventTarget
|
| +interface PaymentRequestUpdateEvent : Event
|
| +interface PaymentResponse
|
| +
|
| # not yet supported in webview and chrome on android in general, crbug.com/154571
|
| interface SharedWorker : EventTarget
|
|
|
| @@ -33,6 +39,10 @@ interface PresentationRequest : EventTarget
|
| # remoteplayback api not supported in webview crbug.com/521319
|
| interface RemotePlayback : EventTarget
|
|
|
| +# web payments api not enabled in webiew, crbug.com/667069
|
| +interface HTMLIFrameElement : HTMLElement
|
| + setter allowPaymentRequest
|
| +
|
| # Android does not support switching the audio output device, crbug.com/589500
|
| # Remote Playback API is not supported on Android WebView, crbug.com/521319
|
| interface HTMLMediaElement : HTMLElement
|
|
|