Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2641)

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreFocusTest.java

Issue 2290133002: Make WebView keep keyboard when losing focus (Closed)
Patch Set: Add some tests Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreFocusTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreFocusTest.java b/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreFocusTest.java
index f2178a00391894a082545be72544ced0dde16d64..bec30415247b88e03cfdd0752afc1623998277fd 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreFocusTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreFocusTest.java
@@ -70,6 +70,6 @@ public class ContentViewCoreFocusTest extends ContentShellTestBase {
// Now another view has taken focus. The original view loses its focus
// and the input method window should be hidden
Changwan Ryu 2016/09/09 01:07:29 When another view (URL box) takes focus, we do not
yabinh 2016/10/18 08:57:49 Done.
- assertTrue(immw.isHidden());
+ assertFalse(immw.isHidden());
}
}

Powered by Google App Engine
This is Rietveld 408576698