aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-03-25 19:02:31 +0000
committerJohn Resig <jeresig@gmail.com>2007-03-25 19:02:31 +0000
commit9c7f8ba90ea45a653cf45a6379ccd4943cc22200 (patch)
tree6a19999bb893065f8fbd2ab65218094b7e301d1a /build
parentd7a8794eb574a870fde9a8afdfd452e52804f65d (diff)
downloadjquery-9c7f8ba90ea45a653cf45a6379ccd4943cc22200.tar.gz
jquery-9c7f8ba90ea45a653cf45a6379ccd4943cc22200.zip
Fixed some more bugs with the test suite, made some minor file size tweaks to the selector code.
Diffstat (limited to 'build')
-rw-r--r--build/test/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/build/test/index.html b/build/test/index.html
index b798a09b4..10e74ccfb 100644
--- a/build/test/index.html
+++ b/build/test/index.html
@@ -83,11 +83,13 @@
<span id="台北" lang="中文"></span>
<span id="utf8class1" class="台北Táiběi 台北"></span>
<span id="utf8class2" class="台北"></span>
+ <span id="foo:bar" class="foo:bar"></span>
+ <span id="test.foo[5]bar" class="test.foo[5]bar"></span>
</form>
<b id="floatTest">Float test.</b>
- <iframe id="iframe" name="iframe"></iframe>
- <form id="lengthtest">
- <input type="text" id="length" name="test">
+ <iframe id="iframe" name="iframe"></iframe>
+ <form id="lengthtest">
+ <input type="text" id="length" name="test">
</form>
</div>
</dl>