aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2006-09-09 23:21:30 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2006-09-09 23:21:30 +0000
commitf50224d6530da96293ddbc16943e374a8b236e39 (patch)
tree2e20ba0acd6b97610ee7baecf1094766b0a30575 /build
parent06ef8c06893595bbd03b57744837b491665900bc (diff)
downloadjquery-f50224d6530da96293ddbc16943e374a8b236e39.tar.gz
jquery-f50224d6530da96293ddbc16943e374a8b236e39.zip
Added test to verify bug #160, had to modify fixture (index.html)
Diffstat (limited to 'build')
-rw-r--r--build/test/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/test/index.html b/build/test/index.html
index 3af224075..e05c176b8 100644
--- a/build/test/index.html
+++ b/build/test/index.html
@@ -32,8 +32,8 @@
<p id="first">Try them out:</p>
<ul id="firstUL"></ul>
<ol id="empty"></ol>
- <form id="form">
- <input type="text" value="Test" id="text1"/>
+ <form id="form" action="formaction">
+ <input type="text" value="Test" name="action" id="text1"/>
<input type="text" value="Test" id="text2" disabled="disabled"/>
<input type="radio" name="radio1" id="radio1"/>
@@ -42,7 +42,7 @@
<input type="checkbox" name="check" id="check2"/>
<input type="hidden" name="hidden" id="hidden1"/>
- <input type="text" style="display:none;" id="hidden2"/>
+ <input type="text" style="display:none;" name="foo[bar]" id="hidden2"/>
<input type="text" id="name" name="name" value="name" />