diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2007-12-18 03:53:09 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2007-12-18 03:53:09 +0000 |
commit | fc51e14b810474fe9ed0b03bed5eddc82e9f7fde (patch) | |
tree | 65406fc738917f4389a244b99c7640b2d8eea047 /test/index.html | |
parent | 76c1889e22cbf2a2187bb55cd7adcbd56a5fd50a (diff) | |
download | jquery-fc51e14b810474fe9ed0b03bed5eddc82e9f7fde.tar.gz jquery-fc51e14b810474fe9ed0b03bed5eddc82e9f7fde.zip |
width and height methods are now working properly
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index e854101c9..bca5f5baf 100644 --- a/test/index.html +++ b/test/index.html @@ -20,7 +20,9 @@ <h2 id="userAgent"></h2> <!-- Test HTML --> - <div id="nothiddendiv" style="height:1px;background:white;"></div> + <div id="nothiddendiv" style="height:1px;background:white;"> + <div id="nothiddendivchild"></div> + </div> <!-- 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 --> <iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe> <dl id="dl" style="display:none;"> |