Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a way to run the test suite as an XHTML page.
  • Loading branch information
jeresig committed Jan 19, 2009
1 parent 8e8d7ad commit 1d513ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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");
?>

0 comments on commit 1d513ef

Please sign in to comment.