treetwisty-svg-context-paint-1-not-ref.xhtml (1025B)
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 xmlns:html="http://www.w3.org/1999/xhtml"> 6 <html:style> 7 treechildren::-moz-tree-twisty { 8 -moz-appearance: none !important; 9 -moz-context-properties: none !important; 10 list-style: none !important; 11 } 12 </html:style> 13 <tree seltype="single" flex="1"> 14 <treecols> 15 <treecol flex="1" primary="true"/> 16 </treecols> 17 <treechildren> 18 <treeitem> 19 <treerow> 20 <treecell label="----"></treecell> 21 </treerow> 22 </treeitem> 23 <treeitem container="true" open="true"> 24 <treerow> 25 <treecell label="----"></treecell> 26 </treerow> 27 <treechildren> 28 <treeitem> 29 <treerow> 30 <treecell label="----"></treecell> 31 </treerow> 32 </treeitem> 33 </treechildren> 34 </treeitem> 35 </treechildren> 36 </tree> 37 </window>