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

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

Issue 2616623002: Do not send redundant selectionchange-events (decouple focus) (Closed)
Patch Set: Rebase Created 3 years, 8 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 c5a3badb42a7761cc53c7b0aec8de955d8bf269c..55b0dadfa80310ca8fa465cd0cd99ff71f185fae 100644
--- a/content/test/data/android/input/input_forms.html
+++ b/content/test/data/android/input/input_forms.html
@@ -17,6 +17,7 @@
<br/>
<input id="input_number1" type="number" /><br/>
<input id="input_number2" type="number" /><br/>
+ <br/>
<span id="plain_text">This is Plain Text One</span>
</form>

Powered by Google App Engine
This is Rietveld 408576698