summaryrefslogtreecommitdiffstats
path: root/dom/tests/reftest/xml-stylesheet/xslt_selflink_relative_href.xml
blob: 88d06a7296caa4675cbf05d1db20f4f3fbb9153d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml-stylesheet type="application/xml"
		href="xslt_selflink_relative_href.xml"?>
<xslt:transform xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
		xmlns="http://www.w3.org/2000/svg"
		version="1.0">
	<xslt:template match="/xslt:transform">
		<svg>
			<rect width="100%" height="100%" fill="lime"/>
		</svg>
	</xslt:template>
</xslt:transform>