aboutsummaryrefslogtreecommitdiffstats
path: root/test_harnesses
diff options
context:
space:
mode:
authorilya2010-09-10 22:20:21 -0700
committerilya2010-09-10 22:31:46 -0700
commit31ddc715c9cae4502e2e0b18aeea11ce9198bc47 (patch)
tree40f266be0c305d0a3e4dc057bfd227b002b845c3 /test_harnesses
parent827d7032b6ef7fc1e4f638f8c69b060d895e2c52 (diff)
downloadvimium-31ddc715c9cae4502e2e0b18aeea11ce9198bc47.tar.bz2
Make 'gi' compatible with repetition, i.e. 5gi will focus the fifth input box on the page.
Diffstat (limited to 'test_harnesses')
-rw-r--r--test_harnesses/form.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/test_harnesses/form.html b/test_harnesses/form.html
index 52ac9308..740edb46 100644
--- a/test_harnesses/form.html
+++ b/test_harnesses/form.html
@@ -9,9 +9,11 @@
<form action="#">
<p>
Text: <input type="text" name="text" value="" />
+ Text 2: <input type="text" name="text" value="" />
</p>
<p>
Search: <input type="search" />
+ Search 2: <input type="search" />
</p>
<p>
Radio:<br/>
@@ -32,4 +34,4 @@
</p>
</form>
</body>
-</html> \ No newline at end of file
+</html>