repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1942639 - Propagate --filter argument from desktop_unittest.py to runreftest...
[gecko.git]
/
dom
/
xslt
/
tests
/
mochitest
/
file_bug1135764.xsl
blob
e739086cbee2f50e4ae72b49e15cc8c49e3baa63
1
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
2
<xsl:stylesheet
version
=
"1.0"
xmlns:
xsl
=
"http://www.w3.org/1999/XSL/Transform"
>
3
4
<xsl:output
method
=
"html"
5
indent
=
"yes"
6
version
=
"5.0"
7
doctype-system
=
"about:legacy-compat"
/>
8
9
<xsl:template
match
=
"/"
>
10
<html>
11
<head>
12
</head>
13
<body>
14
Some text
15
</body>
16
</html>
17
</xsl:template>
18
19
</xsl:stylesheet>