aboutsummaryrefslogtreecommitdiffstats
path: root/test/xhtml.php
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-01-19 18:14:51 +0000
committerJohn Resig <jeresig@gmail.com>2009-01-19 18:14:51 +0000
commit1d513efd3c399800b42902cf920ad83be233276c (patch)
tree1c25e3733fb7e0a4b3663145eb10bb4afd29332b /test/xhtml.php
parent8e8d7ade434de3d79cc6145f370866f297a07b54 (diff)
downloadjquery-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.php5
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");
+?>