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

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, 1 month 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..797a393be5191197e5297d323627aa962d26f12b 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="about:blank">hello</a>
<script>
var log = "";

Powered by Google App Engine
This is Rietveld 408576698