Added a way to run the test suite as an XHTML page.
[jquery.git] / test / xhtml.php
diff --git a/test/xhtml.php b/test/xhtml.php
new file mode 100644 (file)
index 0000000..1d2872e
--- /dev/null
@@ -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");
+?>