summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/478377-1.xul
blob: 240ab34eccb65d77d72f08e2d8a3a54365eb27f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="data:text/css,
window { direction: rtl; }
tree { height: 100px; }
treecol, treecolpicker { visibility: hidden; }
treechildren::-moz-tree-cell { direction: ltr; }
"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <tree>
    <treecols>
      <treecol flex="1"/>
    </treecols>
    <treechildren>
      <treeitem>
        <treerow>
          <treecell label="test."/>
        </treerow>
      </treeitem>
    </treechildren>
  </tree>
</window>