Sign in
webkit
/
WebKit
/
5477927d104775982421a977c5683c552d9374f2
/
.
/
LayoutTests
/
fast
/
dom
/
beforeload
/
resources
/
test.xsl
blob: e01f281cabd34c0aa5a74ae82ca0f152e0be24a8 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<xsl:stylesheet
version
=
"1.0"
xmlns:xsl
=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:output
method
=
"html"
/>
<xsl:template
match
=
"/"
>
<html>
<head>
</head>
<body>
Test
</body>
</html>
</xsl:template>
</xsl:stylesheet>