summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/869833-1.xhtml
blob: 3f306aed6c70460938c5536d6b12fdccf977c7ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
    treechildren::-moz-tree-cell, label { unicode-bidi: plaintext; }
    tree { height: 100px; }
  ]]></style>
  <tree>
    <treecols>
      <treecol flex="1"/>
    </treecols>
    <treechildren>
      <treeitem>
        <treerow>
          <treecell label="Hello!"/>
	</treerow>
      </treeitem>
      <treeitem>
	<treerow>
          <treecell label="שלום!"/>
	</treerow>
      </treeitem>
      <treeitem>
	<treerow>
          <treecell label="123 إفتح يا سمسم !"/>
        </treerow>
      </treeitem>
    </treechildren>
  </tree>
</window>