mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
bbd6ce0b9f
--HG-- rename : content/test/reftest/xml-stylesheet/xslt_selflink_empty_href.xslt => content/test/reftest/xml-stylesheet/xslt_selflink_empty_href.xml
11 lines
314 B
XML
11 lines
314 B
XML
<?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>
|