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> |