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

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

Issue 2839993002: [Android] Adding Smart GO/NEXT feature in Chrome (Closed)
Patch Set: Fixed the build break by replacing WebViewImpl object with WebViewBase Created 3 years, 7 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

Powered by Google App Engine
This is Rietveld 408576698