Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping up in...
[jquery.git] / test / xhtml.php
1 <?php
2         # Load and run the test suite as a proper XHTML page
3         header("Content-type: application/xhtml+xml");
4         readfile("index.html");
5 ?>