comparison: content/test/reftest/xml-stylesheet/xslt_selflink_empty_href.xml
content/test/reftest/xml-stylesheet/xslt_selflink_empty_href.xml
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <?xml-stylesheet type="application/xml" href=""?> |
|
2 <xslt:transform xmlns:xslt="http://www.w3.org/1999/XSL/Transform" |
|
3 xmlns="http://www.w3.org/2000/svg" |
|
4 version="1.0"> |
|
5 <xslt:template match="/xslt:transform"> |
|
6 <svg> |
|
7 <rect width="100%" height="100%" fill="lime"/> |
|
8 </svg> |
|
9 </xslt:template> |
|
10 </xslt:transform> |