summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul/mac-tab-toolbar-ref.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/xul/mac-tab-toolbar-ref.xhtml')
-rw-r--r--layout/reftests/xul/mac-tab-toolbar-ref.xhtml18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/xul/mac-tab-toolbar-ref.xhtml b/layout/reftests/xul/mac-tab-toolbar-ref.xhtml
new file mode 100644
index 0000000000..cfb3cd30f5
--- /dev/null
+++ b/layout/reftests/xul/mac-tab-toolbar-ref.xhtml
@@ -0,0 +1,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>