Commit 94c23ad3 authored by Mugdha Lakhani's avatar Mugdha Lakhani Committed by Commit Bot

[Android WebView] Fix WebviewLayoutTest

Periodic Background Sync was disabled for WebView here:
https://chromium-review.googlesource.com/c/chromium/src/+/2419579

The layout test needs to be updated, which this CL does.

Bug: 1131660
Change-Id: Ib10f7c80ee554843c0c4a61693afeaa99a87e3d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442730
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813203}
parent 761f3c96
...@@ -134,6 +134,11 @@ interface BackgroundFetchRegistration : EventTarget ...@@ -134,6 +134,11 @@ interface BackgroundFetchRegistration : EventTarget
interface ServiceWorkerRegistration : EventTarget interface ServiceWorkerRegistration : EventTarget
getter backgroundFetch getter backgroundFetch
# Periodic Background Sync API is not enabled in Android webview, crbug.com/1134599
interface PeriodicSyncManager
interface ServiceWorkerRegistration : EventTarget
getter periodicSync
# support_webgl2_compute_context not supported on android, crbug.com/865569 # support_webgl2_compute_context not supported on android, crbug.com/865569
interface WebGL2ComputeRenderingContext interface WebGL2ComputeRenderingContext
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment