Sign in
webkit
/
WebKit
/
4e0421c6ea3f688eaca7446095f3ecfb4d4cd4e9
/
.
/
LayoutTests
/
fast
/
xsl
/
resources
/
to-html.xsl
blob: fef9c4f9cb217547681f69ef576d75b30cebd472 [
file
] [
log
] [
blame
]
<xsl:stylesheet
version
=
"1.0"
xmlns:xsl
=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:output
method
=
"html"
/>
<xsl:template
match
=
"test"
>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
PASS
</xsl:template>
</xsl:stylesheet>