aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/index.html
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-07 10:26:58 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-07 10:26:58 +0000
commit955fdb87a72e0d85676db932eda9f6a4319306d9 (patch)
tree2df2030eabdcb754748467b21f340fff90d82fd4 /build/test/index.html
parentd7b73ea5c7440c49c804b3cafe67e84aafbdd064 (diff)
downloadjquery-955fdb87a72e0d85676db932eda9f6a4319306d9.tar.gz
jquery-955fdb87a72e0d85676db932eda9f6a4319306d9.zip
Fixed test for object/param selection (thanks Andrea)
Diffstat (limited to 'build/test/index.html')
-rw-r--r--build/test/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/test/index.html b/build/test/index.html
index 081fb1199..9718ece6c 100644
--- a/build/test/index.html
+++ b/build/test/index.html
@@ -74,8 +74,8 @@
</select>
<object id="object1" codebase="stupid">
- <param id="param1" />
- <param id="param2" />
+ <param name="p1" value="x1" />
+ <param name="p2" value="x2" />
</object>
</form>
<b id="floatTest">Float test.</b>