summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/299837-3.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/299837-3.xhtml')
-rw-r--r--layout/reftests/bugs/299837-3.xhtml100
1 files changed, 100 insertions, 0 deletions
diff --git a/layout/reftests/bugs/299837-3.xhtml b/layout/reftests/bugs/299837-3.xhtml
new file mode 100644
index 0000000000..0431df0d53
--- /dev/null
+++ b/layout/reftests/bugs/299837-3.xhtml
@@ -0,0 +1,100 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/css" href="data:text/css,treecol { visibility: hidden; }"?>
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <tree>
+ <treecols>
+ <treecol style="text-align: start; direction: ltr" flex="1"/>
+ </treecols>
+ <treechildren>
+ <treeitem>
+ <treerow>
+ <treecell label="This is a test"/>
+ </treerow>
+ </treeitem>
+ </treechildren>
+ </tree>
+ <tree>
+ <treecols>
+ <treecol style="text-align: start; direction: rtl" flex="1"/>
+ </treecols>
+ <treechildren>
+ <treeitem>
+ <treerow>
+ <treecell label="This is a test"/>
+ </treerow>
+ </treeitem>
+ </treechildren>
+ </tree>
+ <tree>
+ <treecols>
+ <treecol style="text-align: left; direction: ltr" flex="1"/>
+ </treecols>
+ <treechildren>
+ <treeitem>
+ <treerow>
+ <treecell label="This is a test"/>
+ </treerow>
+ </treeitem>
+ </treechildren>
+ </tree>
+ <tree>
+ <treecols>
+ <treecol style="text-align: left; direction: rtl" flex="1"/>
+ </treecols>
+ <treechildren>
+ <treeitem>
+ <treerow>
+ <treecell label="This is a test"/>
+ </treerow>
+ </treeitem>
+ </treechildren>
+ </tree>
+ <tree>
+ <treecols>
+ <treecol style="text-align: right; direction: ltr" flex="1"/>
+ </treecols>
+ <treechildren>
+ <treeitem>
+ <treerow>
+ <treecell label="This is a test"/>
+ </treerow>
+ </treeitem>
+ </treechildren>
+ </tree>
+ <tree>
+ <treecols>
+ <treecol style="text-align: right; direction: rtl" flex="1"/>
+ </treecols>
+ <treechildren>
+ <treeitem>
+ <treerow>
+ <treecell label="This is a test"/>
+ </treerow>
+ </treeitem>
+ </treechildren>
+ </tree>
+ <tree>
+ <treecols>
+ <treecol style="text-align: end; direction: ltr" flex="1"/>
+ </treecols>
+ <treechildren>
+ <treeitem>
+ <treerow>
+ <treecell label="This is a test"/>
+ </treerow>
+ </treeitem>
+ </treechildren>
+ </tree>
+ <tree>
+ <treecols>
+ <treecol style="text-align: end; direction: rtl" flex="1"/>
+ </treecols>
+ <treechildren>
+ <treeitem>
+ <treerow>
+ <treecell label="This is a test"/>
+ </treerow>
+ </treeitem>
+ </treechildren>
+ </tree>
+</window>