layout/reftests/bugs/299837-3-ref.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.

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

mercurial