diff options
Diffstat (limited to 'build/test')
-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> |