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

Unified Diff: content/test/data/android/input/input_forms.html

Issue 2290133002: Make WebView keep keyboard when losing focus (Closed)
Patch Set: Created 4 years, 2 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/test/data/android/input/input_forms.html
diff --git a/content/test/data/android/input/input_forms.html b/content/test/data/android/input/input_forms.html
index cfa7bb66b18a3286cd792e7edd6576e104dea4e1..f89c59e837c86bf6f5037bd3c2c877035e05a96e 100644
--- a/content/test/data/android/input/input_forms.html
+++ b/content/test/data/android/input/input_forms.html
@@ -22,6 +22,7 @@
<!-- We may trigger different sets of events for CONTENTEDITABLE and INPUT / TEXTAREA -->
<div id="contenteditable_event" contenteditable><b>ab</b>cd<i>ef<b>gh</b></i></div>
+ <a id="link" href="https://www.google.com">google</a>
Changwan Ryu 2016/10/19 05:10:21 Does the test pass even when network is disabled?
yabinh 2016/10/24 01:40:57 Done.
<script>
var log = "";

Powered by Google App Engine
This is Rietveld 408576698