summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/869833-1.xhtml
blob: c3d3ec71e0bb1d7f14a0bbc60b1bb5753d060834 (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
30
31
32
33
34
35
36
37
38
39
40
<?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>
  <vbox>
    <hbox>
      <label value="Hello!"/>
    </hbox>
    <hbox>
      <label value="שלום!"/>
    </hbox>
    <hbox>
      <label value="123 إفتح يا سمسم !"/>
    </hbox>
  </vbox>
</window>