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

Side by Side Diff: Source/web/tests/data/advance_focus_in_form_with_tabindex_elements.html

Issue 939603002: Adding support for Smart GO NEXT feature in Android Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed build breaks in disabled element form. Created 5 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <body>
3 <h3>form3 starts here</h3><br>
kochi 2015/08/06 02:21:00 nit: As the big HTML file are split, this marker i
AKV 2015/08/06 08:39:33 Done.
4 <form id="form3">
5 <input type="text" id="input5" value="input5 from form3" tabindex="2"><br>
6 <div id="contenteditable4" contenteditable="true" tabindex="3">contenteditable 4 from form3</div><br>
7 <a href="#" id="anchor3" tabindex="4">anchor3 from form3</a><br>
8 <textarea id="textarea6" tabindex="1">textarea6 from form3</textarea><br>
9 <div id="contenteditable5" contenteditable="true" tabindex="-1">contenteditabl e5 from form3, but not considered for navigation due to invalid tabindex</div><b r>
10 <input type="text" id="input6" value="input6 from form3" tabindex="5"><br>
11 </form>
12 <h3>form3 ends here</h3><br>
kochi 2015/08/06 02:21:00 nit: ditto.
AKV 2015/08/06 08:39:33 Done.
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698