diff options
author | John Resig <jeresig@gmail.com> | 2009-09-29 22:09:21 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-09-29 22:09:21 +0000 |
commit | 0256edbd6ff0cccfa1d522ab415afc34255b123b (patch) | |
tree | fae559e933ed2e23f9c4b2d9cd4b3455ca94f332 /test/index.html | |
parent | b996026e383eae34dd52824dda5bbe029e2eda51 (diff) | |
download | jquery-0256edbd6ff0cccfa1d522ab415afc34255b123b.tar.gz jquery-0256edbd6ff0cccfa1d522ab415afc34255b123b.zip |
Moved the jQuery-specific test suite CSS into a separate file.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/index.html b/test/index.html index b969c28dd..84d3aa0f2 100644 --- a/test/index.html +++ b/test/index.html @@ -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> |