layout/reftests/bugs/478377-1.xul

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

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

mercurial