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

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 unit test breaks due to one element skip. 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 <form id="form1">
4 <input type="text" id="input5" value="input5 from form3" tabindex="2"><br>
5 <div id="contenteditable4" contenteditable="true" tabindex="3">contenteditable 4 from form3</div><br>
6 <a href="#" id="anchor3" tabindex="4">anchor3 from form3</a><br>
7 <textarea id="textarea6" tabindex="1">textarea6 from form3</textarea><br>
8 <div id="contenteditable5" contenteditable="true" tabindex="-1">contenteditabl e5 from form3, but not considered for navigation due to invalid tabindex</div><b r>
9 <input type="text" id="input6" value="input6 from form3" tabindex="5"><br>
10 </form>
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/advance_focus_in_form_with_key_event_listeners.html ('k') | public/web/WebTextInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698