diff options
author | John Resig <jeresig@gmail.com> | 2009-01-19 18:14:51 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-01-19 18:14:51 +0000 |
commit | 1d513efd3c399800b42902cf920ad83be233276c (patch) | |
tree | 1c25e3733fb7e0a4b3663145eb10bb4afd29332b /test/xhtml.php | |
parent | 8e8d7ade434de3d79cc6145f370866f297a07b54 (diff) | |
download | jquery-1d513efd3c399800b42902cf920ad83be233276c.tar.gz jquery-1d513efd3c399800b42902cf920ad83be233276c.zip |
Added a way to run the test suite as an XHTML page.
Diffstat (limited to 'test/xhtml.php')
-rw-r--r-- | test/xhtml.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/xhtml.php b/test/xhtml.php new file mode 100644 index 000000000..1d2872e34 --- /dev/null +++ b/test/xhtml.php @@ -0,0 +1,5 @@ +<?php + # Load and run the test suite as a proper XHTML page + header("Content-type: application/xhtml+xml"); + readfile("index.html"); +?> |