summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul/mac-tab-toolbar-ref.xhtml
blob: cfb3cd30f50ff12c246c61ed599686292a4c42ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <tabbox id="tab">
    <tabs>
      <tab label="zeroTab" id="0" selected="true" />
      <tab label="firstTab" id="1" />
      <tab label="secondtab" id="2" />
      <tab label="thirdTab" id="3" />
      <tab label="fourthTab" id="4" />
      <tab label="fifthTab" id="5" />
      <tab label="sixthTab" id="6" />
      <tab label="seventhTab" id="7" />
      <tab label="eightTab" id="8" />
      <tab label="ninthTab" id="9" />
    </tabs>
  </tabbox>
</window>