Sign in
webkit
/
WebKit
/
1f5bafe5ae87a22fbc029b76fb26b628be327746
/
.
/
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"
);
?>