Commit cfec5454 authored by Tim Volodine's avatar Tim Volodine Committed by Chromium LUCI CQ

[AW] Update not exposed interfaces and re-enable layout tests

MediaDevices.getDisplayMedia is not exposed on Android
WebView. Update the not-webview-exposed.txt file and re-
enable tests.

BUG=1144241

Change-Id: Ic6167b0fa6ace6f9573306a773b52efa99d5b427
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567162Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833246}
parent ee633e37
......@@ -110,7 +110,6 @@ public class WebViewLayoutTest {
// This is a non-failing test because it tends to require frequent rebaselines.
@Test
@DisabledTest(message = "https://crbug.com/1144241")
@MediumTest
public void testGlobalInterfaceNoFail() throws Exception {
runBlinkLayoutTest("webexposed/global-interface-listing.html",
......@@ -148,7 +147,6 @@ public class WebViewLayoutTest {
}
@Test
@DisabledTest(message = "https://crbug.com/1144241")
@MediumTest
public void testWebViewExcludedInterfaces() throws Exception {
ensureJsTestCopied();
......@@ -195,7 +193,6 @@ public class WebViewLayoutTest {
}
@Test
@DisabledTest(message = "https://crbug.com/1144241")
@MediumTest
public void testWebViewIncludedStableInterfaces() throws Exception {
ensureJsTestCopied();
......
......@@ -102,6 +102,7 @@ interface FileSystemWritableFileStream : WritableStream
interface MediaDevices : EventTarget
getter ondevicechange
setter ondevicechange
method getDisplayMedia
# WebAuthN API should not be exposed in WebView, crbug.com/828168
interface AuthenticatorAssertionResponse : AuthenticatorResponse
......
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