Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 261826-1-ref.xul
blobb6b90c5ec13f0be50d13dae12f5e6c8e766a8b1b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
3 <window id="MyWindow"
4 title=""
5 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6 width="800"
7 height="600">
9 <tabbox>
10 <tabs>
11 <tab label="first"/>
12 <tab label="second"/>
13 <tab label="third"/>
14 <tab label="fourth"/>
15 </tabs>
16 <tabpanels>
17 <tabpanel>
18 <label value="First page"/>
19 </tabpanel>
20 <tabpanel>
21 <label value="second page"/>
22 </tabpanel>
23 <tabpanel>
24 <label value="third page"/>
25 </tabpanel>
26 <tabpanel>
27 <label value="fourth page"/>
28 </tabpanel>
29 </tabpanels>
30 </tabbox>
31 </window>