layout/reftests/bugs/299837-3.xul

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <?xml version="1.0"?>
     2 <?xml-stylesheet type="text/css" href="data:text/css,treecol { visibility: hidden; }"?>
     3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     4   <tree>
     5     <treecols>
     6       <treecol style="text-align: start; direction: ltr" flex="1"/>
     7     </treecols>
     8     <treechildren>
     9       <treeitem>
    10         <treerow>
    11           <treecell label="This is a test"/>
    12         </treerow>
    13       </treeitem>
    14     </treechildren>
    15   </tree>
    16   <tree>
    17     <treecols>
    18       <treecol style="text-align: start; direction: rtl" flex="1"/>
    19     </treecols>
    20     <treechildren>
    21       <treeitem>
    22         <treerow>
    23           <treecell label="This is a test"/>
    24         </treerow>
    25       </treeitem>
    26     </treechildren>
    27   </tree>
    28   <tree>
    29     <treecols>
    30       <treecol style="text-align: left; direction: ltr" flex="1"/>
    31     </treecols>
    32     <treechildren>
    33       <treeitem>
    34         <treerow>
    35           <treecell label="This is a test"/>
    36         </treerow>
    37       </treeitem>
    38     </treechildren>
    39   </tree>
    40   <tree>
    41     <treecols>
    42       <treecol style="text-align: left; direction: rtl" flex="1"/>
    43     </treecols>
    44     <treechildren>
    45       <treeitem>
    46         <treerow>
    47           <treecell label="This is a test"/>
    48         </treerow>
    49       </treeitem>
    50     </treechildren>
    51   </tree>
    52   <tree>
    53     <treecols>
    54       <treecol style="text-align: right; direction: ltr" flex="1"/>
    55     </treecols>
    56     <treechildren>
    57       <treeitem>
    58         <treerow>
    59           <treecell label="This is a test"/>
    60         </treerow>
    61       </treeitem>
    62     </treechildren>
    63   </tree>
    64   <tree>
    65     <treecols>
    66       <treecol style="text-align: right; direction: rtl" flex="1"/>
    67     </treecols>
    68     <treechildren>
    69       <treeitem>
    70         <treerow>
    71           <treecell label="This is a test"/>
    72         </treerow>
    73       </treeitem>
    74     </treechildren>
    75   </tree>
    76   <tree>
    77     <treecols>
    78       <treecol style="text-align: end; direction: ltr" flex="1"/>
    79     </treecols>
    80     <treechildren>
    81       <treeitem>
    82         <treerow>
    83           <treecell label="This is a test"/>
    84         </treerow>
    85       </treeitem>
    86     </treechildren>
    87   </tree>
    88   <tree>
    89     <treecols>
    90       <treecol style="text-align: end; direction: rtl" flex="1"/>
    91     </treecols>
    92     <treechildren>
    93       <treeitem>
    94         <treerow>
    95           <treecell label="This is a test"/>
    96         </treerow>
    97       </treeitem>
    98     </treechildren>
    99   </tree>
   100 </window>

mercurial