Moved the jQuery-specific test suite CSS into a separate file.
[jquery.git] / test / index.html
index b969c28..84d3aa0 100644 (file)
@@ -1,12 +1,10 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html" class="qunit">
 <head>
        <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>
+       <link rel="Stylesheet" media="screen" href="data/testsuite.css" />
        <!-- Includes -->
        <script type="text/javascript" src="data/testinit.js"></script>
        <script type="text/javascript" src="../dist/jquery.js"></script>