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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/desktopui_ImeTest/interaction_form.html
diff --git a/client/site_tests/desktopui_ImeTest/interaction_form.html b/client/site_tests/desktopui_ImeTest/interaction_form.html
new file mode 100644
index 0000000000000000000000000000000000000000..c38897d59bc02911bd641bdd486613f88f33e0d7
--- /dev/null
+++ b/client/site_tests/desktopui_ImeTest/interaction_form.html
@@ -0,0 +1,7 @@
+<html>
+<body OnLoad="document.testform.txtinput.focus();">
+ <form name="testform">
+ <input type="text" name="txtinput"/>
+ </form>
+</body>
+</html>
« 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