no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / native-theme / 470711-1.xhtml
blob4060e89c4fd0a1de7039c15d325086939053a48d
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
4 <window id="window470711"
5 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
6 <tabbox>
7 <tabs>
8 <tab label="One"/>
9 <tab label="Two" style="padding: 0"/>
10 <tab label="Three" style="display: none"/>
11 </tabs>
12 <tabpanels>
13 <label value="One"/>
14 <label value="Two"/>
15 <label value="Three"/>
16 </tabpanels>
17 </tabbox>
18 </window>