Changeset 4029 for trunk/jquery/test/index.html
- Timestamp:
- 12/05/07 00:26:13 (1 year ago)
- Files:
-
- 1 modified
-
trunk/jquery/test/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/test/index.html
r3959 r4029 22 22 <!-- Test HTML --> 23 23 <div id="nothiddendiv" style="height:1px;background:white;"></div> 24 <!-- this iframe is outside the #main so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves --> 25 <iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe> 24 26 <dl id="dl" style="display:none;"> 25 27 <div id="main" style="display: none;"> … … 152 154 <input type="submit" name="sub1" value="NO" /> 153 155 <input type="submit" name="sub2" value="NO" /> 154 <input type="image" name="sub3" value="NO" src="submit.gif"/>156 <input type="image" name="sub3" value="NO" /> 155 157 <button name="sub4" type="submit" value="NO">NO</button> 156 158 <input name="D1" type="text" value="NO" disabled="disabled" />
