mirror of
https://github.com/adnexus/jquery.git
synced 2026-07-27 07:04:54 +00:00
Added a way to run the test suite as an XHTML page.
This commit is contained in:
@@ -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