diff options
author | John Resig <jeresig@gmail.com> | 2009-05-20 21:52:47 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-05-20 21:52:47 +0000 |
commit | 45729831b136238d6b58cd2057192fd74073dfce (patch) | |
tree | f5c642223bfb6a53e4359f89821932d50bd05313 /test/index.html | |
parent | 90a87c03b4943d75c24bc5e6246630231d12d933 (diff) | |
download | jquery-45729831b136238d6b58cd2057192fd74073dfce.tar.gz jquery-45729831b136238d6b58cd2057192fd74073dfce.zip |
Removed some cases of strict errors.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/test/index.html b/test/index.html index d6bea7044..bec2da75a 100644 --- a/test/index.html +++ b/test/index.html @@ -23,13 +23,6 @@ <script type="text/javascript" src="unit/css.js"></script> <script type="text/javascript" src="unit/traversing.js"></script> <script type="text/javascript" src="unit/manipulation.js"></script> - <script type="text/javascript" src="unit/dimensions.js"></script> - <script type="text/javascript" src="unit/selector.js"></script> - <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> -</head> - <body id="body"> <h1 id="header">jQuery Test Suite</h1> <h2 id="banner"></h2> @@ -77,7 +70,7 @@ <input type="text" id="name" name="name" value="name" /> <input type="search" id="search" name="search" value="search" /> - <button id="button" name="button" type="button">Button</button> + <button id="button" name="button">Button</button> <textarea id="area1" maxlength="30">foobar</textarea> @@ -209,7 +202,7 @@ Z</textarea> </div> </div> </dl> - <div id="fx-test-group" style="position:absolute;width:1px;height:1px;overflow:hidden;"> + <div id="fx-test-group" style="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> |