Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/css" href="data:text/css,
3 window { direction: rtl; }
4 tree { height: 100px; }
5 treecol, treecolpicker { visibility: hidden; }
6 treechildren::-moz-tree-cell { direction: ltr; }
7 "?>
8 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
9 <tree>
10 <treecols>
11 <treecol flex="1"/>
12 </treecols>
13 <treechildren>
14 <treeitem>
15 <treerow>
16 <treecell label="test."/>
17 </treerow>
18 </treeitem>
19 </treechildren>
20 </tree>
21 </window>