treecell-image-svg-1b.xhtml (439B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?> 3 4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 5 <tree seltype="single" flex="1"> 6 <treecols> 7 <treecol flex="1"/> 8 </treecols> 9 <treechildren> 10 <treeitem> 11 <treerow> 12 <treecell src="colors-16x8-noSize.svg"/> 13 </treerow> 14 </treeitem> 15 </treechildren> 16 </tree> 17 </window>