1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/test/reftest/xml-stylesheet/xslt_selflink_empty_href.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<?xml-stylesheet type="application/xml" href=""?> 1.5 +<xslt:transform xmlns:xslt="http://www.w3.org/1999/XSL/Transform" 1.6 + xmlns="http://www.w3.org/2000/svg" 1.7 + version="1.0"> 1.8 + <xslt:template match="/xslt:transform"> 1.9 + <svg> 1.10 + <rect width="100%" height="100%" fill="lime"/> 1.11 + </svg> 1.12 + </xslt:template> 1.13 +</xslt:transform>