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

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

Issue 2979533002: [Android] Relanding Smart GO NEXT feature in Android Chrome 2/2 (Closed)
Patch Set: Created 3 years, 5 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 55b0dadfa80310ca8fa465cd0cd99ff71f185fae..956e7aabf1f3ea97325bc0800fbe260db2c2eeae 100644
--- a/content/test/data/android/input/input_forms.html
+++ b/content/test/data/android/input/input_forms.html
@@ -9,8 +9,6 @@
</form>
<form>
<br/>
- <input id="input_radio" type="radio" style="width:50px;height:50px" />
- <br/>
<textarea id="textarea" rows="4" cols="20"></textarea>
<br/>
<textarea id="textarea2" rows="4" cols="20" autocomplete="off"></textarea>
@@ -18,7 +16,15 @@
<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>
+ <span id="plain_text">This is Plain Text One</span><br/>
+ <br/>
+ <div id="contenteditable1" contenteditable>contenteditable1</div>
+ <br/>
+ <input id="search1" type="search" size="10" size="10"/>
+ <br/>
+ <input id="input_text1" type="text" size="10" size="10"/><br/>
+ <input id="input_radio" type="radio" style="width:50px;height:50px" /><br/>
+ <br/>
</form>
<!-- We may trigger different sets of events for CONTENTEDITABLE and INPUT / TEXTAREA -->

Powered by Google App Engine
This is Rietveld 408576698