aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");
+?>