mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Added a way to run the test suite as an XHTML page.
This commit is contained in:
parent
8e8d7ade43
commit
1d513efd3c
5
test/xhtml.php
Normal file
5
test/xhtml.php
Normal 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");
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user