| Index: android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| diff --git a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| index 0498709e0b9eb1bdee98a2a39545b37273dc7817..a99c1b20a29deaf1e927ddd03f3f262a37528277 100644
|
| --- a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| +++ b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| @@ -10,7 +10,7 @@ import android.test.suitebuilder.annotation.MediumTest;
|
| import junit.framework.ComparisonFailure;
|
|
|
| import org.chromium.base.Log;
|
| -import org.chromium.base.test.util.DisabledTest;
|
| +import org.chromium.base.test.util.DisableIf;
|
| import org.chromium.base.test.util.UrlUtils;
|
| import org.chromium.webview_shell.WebViewLayoutTestActivity;
|
|
|
| @@ -244,10 +244,10 @@ public class WebViewLayoutTest
|
| }
|
|
|
| /*
|
| - @MediumTest
|
| currently failing on aosp bots, see crbug.com/607350
|
| */
|
| - @DisabledTest
|
| + @MediumTest
|
| + @DisableIf.Build(product_name_includes = "aosp")
|
| public void testEMEPermission() throws Exception {
|
| mTestActivity.setGrantPermission(true);
|
| runWebViewLayoutTest("blink-apis/eme/eme.html", "blink-apis/eme/eme-expected.txt");
|
|
|