Bug Tracker

Show
Ignore:
Timestamp:
12/18/07 03:53:09 (1 year ago)
Author:
brandon.aaron
Message:

width and height methods are now working properly

Files:
1 modified

Legend:

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

    r4196 r4217  
    2121     
    2222    <!-- 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> 
    2426    <!-- 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 --> 
    2527    <iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe>