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