Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
jquery
/
resources
/
test
/
xhtml.php
blob: 1d2872e34a809a9469ac5cb149a40fc7b8007633 [
file
] [
log
] [
blame
]
<?
php
# Load and run the test suite as a proper XHTML page
header
(
"Content-type: application/xhtml+xml"
);
readfile
(
"index.html"
);
?>