layout/reftests/bugs/272646-1-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.

     1 <?xml version="1.0"?>
     2 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     3         xmlns:nc="http://home.netscape.com/NC-rdf#"
     4         title="insertBefore - Weirdness"
     5         >
     6 <tabbox>
     7  <tabs>
     8   <tab label="foo" />
     9   <tab label="new" />
    10   <tab label="bar" />
    11  </tabs>
    12  <tabpanels>
    13   <tabpanel>
    14    <vbox>
    15     <label value="foo"/>
    16    </vbox>
    17   </tabpanel>
    18   <tabpanel>
    19    <vbox>
    20     <label value="bar"/>
    21    </vbox>
    22   </tabpanel>
    23  </tabpanels>
    24 </tabbox>
    25 </window>

mercurial