| Index: android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java
|
| index 8aaeef2432fcbedc2b5033c7901f60b7a8e6ab47..94d06bf37dd39e95a7091847034f66a3dfadebf8 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java
|
| @@ -4,6 +4,7 @@
|
|
|
| package org.chromium.android_webview.test;
|
|
|
| +import android.annotation.SuppressLint;
|
| import android.content.Context;
|
| import android.test.suitebuilder.annotation.SmallTest;
|
| import android.view.View;
|
| @@ -347,6 +348,7 @@ public class AndroidScrollIntegrationTest extends AwTestBase {
|
|
|
| @SmallTest
|
| @Feature({"AndroidWebView"})
|
| + @SuppressLint("DefaultLocale")
|
| public void testJsScrollReflectedInUi() throws Throwable {
|
| final TestAwContentsClient contentsClient = new TestAwContentsClient();
|
| final ScrollTestContainerView testContainerView =
|
|
|