Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.
[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 ?>