Changeset 4217 for trunk/jquery/test/index.html
- Timestamp:
- 12/18/07 03:53:09 (1 year ago)
- Files:
-
- 1 modified
-
trunk/jquery/test/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/test/index.html
r4196 r4217 21 21 22 22 <!-- Test HTML --> 23 <div id="nothiddendiv" style="height:1px;background:white;"></div> 23 <div id="nothiddendiv" style="height:1px;background:white;"> 24 <div id="nothiddendivchild"></div> 25 </div> 24 26 <!-- 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 27 <iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe>
