diff options
| author | ilya | 2010-09-10 22:20:21 -0700 |
|---|---|---|
| committer | ilya | 2010-09-10 22:31:46 -0700 |
| commit | 31ddc715c9cae4502e2e0b18aeea11ce9198bc47 (patch) | |
| tree | 40f266be0c305d0a3e4dc057bfd227b002b845c3 /test_harnesses | |
| parent | 827d7032b6ef7fc1e4f638f8c69b060d895e2c52 (diff) | |
| download | vimium-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.html | 4 |
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> |
