diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-01-03 20:48:40 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-01-03 20:48:40 +0000 |
commit | e0c7e6aec4cf55854217d5c0b2c7069ce84a3d12 (patch) | |
tree | b9384416d5364468a01e098a9f10654ed6e5531f /build/test/index.html | |
parent | 02483b4a593fb5ae9bb3925f6fe9641e31e2828e (diff) | |
download | jquery-e0c7e6aec4cf55854217d5c0b2c7069ce84a3d12.tar.gz jquery-e0c7e6aec4cf55854217d5c0b2c7069ce84a3d12.zip |
Updated test for #750
Diffstat (limited to 'build/test/index.html')
-rw-r--r-- | build/test/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/test/index.html b/build/test/index.html index 8037c3936..081fb1199 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -72,6 +72,11 @@ <option id="option3c" selected="selected" value="2">2</option> <option id="option3d" value="3">3</option> </select> + + <object id="object1" codebase="stupid"> + <param id="param1" /> + <param id="param2" /> + </object> </form> <b id="floatTest">Float test.</b> </div> |