mirror of
https://github.com/jquery/jquery.git
synced 2026-01-10 06:38:07 -05:00
Added a way to run the test suite as an XHTML page.
This commit is contained in:
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");
|
||||
?>
|
||||
Reference in New Issue
Block a user