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

Side by Side Diff: client/site_tests/desktopui_ImeTest/interaction_form.html

Issue 4698007: Added IME tests for web forms (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: var naming style guide compliance Created 10 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <body OnLoad="document.testform.txtinput.focus();">
3 <form name="testform">
4 <input type="text" name="txtinput"/>
5 </form>
6 </body>
7 </html>
OLDNEW
« no previous file with comments | « client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698