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