git.asbjorn.biz
/
jquery.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Moves active counter test after all other ajax tests where it should be.
[jquery.git]
/
test
/
xhtml.php
1
<?php
2
# Load and run the test suite as a proper XHTML page
3
header("Content-type: application/xhtml+xml");
4
readfile("index.html");
5
?>