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

Side by Side Diff: Source/web/tests/data/advance_focus_in_form_with_disabled_and_readonly_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>form4 starts here</h3><br>
kochi 2015/08/06 02:21:00 nit: as the big HTML file is split and this file o
AKV 2015/08/06 08:39:33 Done.
4 <form id="form4">
kochi 2015/08/06 02:21:00 nit: as this file contains only one form, any id i
AKV 2015/08/06 08:39:33 Done.
5 <div id="contenteditable6" contenteditable="true">contenteditable6 from form4< /div><br>
6 <input type="text" id="input7" disabled value="input7 from form4 but skipped d ue to disabled element"><br>
7 <input type="text" id="input8" readonly value="input8 from form4 but skipped d ue to readonly element"><br>
8 <textarea id="textarea7" disabled readonly>textarea7 from form4 but skipped du e to disabled and readonly element</textarea><br>
9 <div id="contenteditable7" contenteditable="true">contenteditable7 from form4< /div><br>
10 </form>
11 <h3>form4 ends here</h3><br>
kochi 2015/08/06 02:21:00 nit: ditto as line 3.
AKV 2015/08/06 08:39:33 Done.
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698