integrated offset tests into main test suite. offset tests now use iframes instead...
[jquery.git] / test / index.html
index 634dacb..414bf75 100644 (file)
@@ -4,6 +4,9 @@
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>jQuery Test Suite</title>
        <link rel="Stylesheet" media="screen" href="qunit/testsuite.css" />
+       <style type="text/css" media="screen">
+               ol#empty { opacity: 0; filter:Alpha(opacity=0); } /* for testing opacity set in styles in IE */
+       </style>
        <!-- Includes -->
        <script type="text/javascript">
                var jQuery = this.jQuery || "jQuery", // For testing .noConflict()
@@ -25,6 +28,7 @@
        <script type="text/javascript" src="unit/event.js"></script>
        <script type="text/javascript" src="unit/ajax.js"></script>
        <script type="text/javascript" src="unit/fx.js"></script>
+       <script type="text/javascript" src="unit/offset.js"></script>
 </head>
 
 <body id="body">
@@ -206,7 +210,7 @@ Z</textarea>
                </div>
        </div>
        </dl>
-       <div id="fx-test-group" style="width:1px;height:1px;overflow:hidden;">
+       <div id="fx-test-group" style="position:absolute;width:1px;height:1px;overflow:hidden;">
                <div id="fx-queue" name="test">
                        <div id="fadein" class='chain test' name='div'>fadeIn<div>fadeIn</div></div>
                        <div id="fadeout" class='chain test out'>fadeOut<div>fadeOut</div></div>