Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
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>