Added a way to run the test suite as an XHTML page.

1.7/enhancement_8685
John Resig 2009-01-19 18:14:51 +00:00
parent 8e8d7ade43
commit 1d513efd3c
1 changed files with 5 additions and 0 deletions

5
test/xhtml.php Normal file
View File

@ -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");
?>