layout/reftests/bugs/261826-1-ref.xul

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
     3 <window id="MyWindow"
     4 	title=""
     5 	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     6 	width="800"
     7 	height="600">
     9 <tabbox>
    10 	<tabs>
    11 		<tab label="first"/>
    12 		<tab label="second"/>
    13 		<tab label="third"/>
    14 		<tab label="fourth"/>
    15 	</tabs>
    16 	<tabpanels>
    17 		<tabpanel>
    18 			<label value="First page"/>
    19 		</tabpanel>
    20 		<tabpanel>
    21 			<label value="second page"/>
    22 		</tabpanel>
    23 		<tabpanel>
    24 			<label value="third page"/>
    25 		</tabpanel>
    26 		<tabpanel>
    27 			<label value="fourth page"/>
    28 		</tabpanel>
    29 	</tabpanels>
    30 </tabbox>
    31 </window>

mercurial