repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
xsl
/
resources
/
to-html.xsl
blob
fef9c4f9cb217547681f69ef576d75b30cebd472
1
<xsl:stylesheet
version
=
"1.0"
xmlns:
xsl
=
"http://www.w3.org/1999/XSL/Transform"
>
2
<xsl:output
method
=
"html"
/>
3
<xsl:template
match
=
"test"
>
4
<script>
5
if (window.testRunner)
6
testRunner.dumpAsText();
7
</script>
8
PASS
9
</xsl:template>
10
</xsl:stylesheet>