Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 272646-1-ref.xul
blob7113f5641760fae796e4e33b8cd45921732a8d1b
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"
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>