Bug Tracker

Changeset 904 for trunk/jquery/build

Show
Ignore:
Timestamp:
01/07/07 10:26:58 (2 years ago)
Author:
joern
Message:

Fixed test for object/param selection (thanks Andrea)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/build/test/index.html

    r871 r904  
    7575             
    7676            <object id="object1" codebase="stupid"> 
    77                 <param id="param1" /> 
    78                 <param id="param2" /> 
     77                <param name="p1" value="x1" /> 
     78                <param name="p2" value="x2" /> 
    7979            </object> 
    8080        </form>