diff options
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html index d858114b1..262bd9a92 100644 --- a/test/index.html +++ b/test/index.html @@ -55,8 +55,8 @@ </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;"> - <div id="main" style="display: none;"> + <dl id="dl" style="position:absolute;top:-32767px;left:-32767px;"> + <div id="main"> <p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p> <p id="ap"> Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>, |