summaryrefslogtreecommitdiffstats
path: root/layout/reftests/native-theme/470711-1.xul
blob: d2dd95c22cc5c75c93e66c2028ffe7150fd1a7ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>

<window id="window470711"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <tabbox>
    <tabs>
      <tab label="One"/>
      <tab label="Two" style="padding: 0"/>
      <tab label="Three" style="display: none"/>
    </tabs>
    <tabpanels>
       <label value="One"/>
       <label value="Two"/>
       <label value="Three"/>
    </tabpanels>
  </tabbox>
</window>