summaryrefslogtreecommitdiffstats
path: root/dom/tests/reftest/xml-stylesheet/xslt_selflink_empty_href.xml
blob: 9e0834b7edb029d425616c318d3b43bcd3efaa21 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml-stylesheet type="application/xml" href=""?>
<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>