summaryrefslogtreecommitdiffstats
path: root/layout/reftests/native-theme/470711-1-ref.xhtml
blob: a13bfda39a369f698c456a8b4c631c50b044e6da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" 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"/>
    </tabs>
    <tabpanels>
       <label value="One"/>
       <label value="Two"/>
    </tabpanels>
  </tabbox>
</window>