291702-2.xhtml (529B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 3 4 <window title="Negative flex bug #2" 5 orient="horizontal" 6 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 7 <button label="Button" style="-moz-box-flex: 1073741824"/> 8 <label value="This is a label" style="-moz-box-flex: 1073741824"/> 9 <label value="This is the second label" style="-moz-box-flex: 1073741824"/> 10 <label value="This is another label" style="-moz-box-flex: 1073741824;"/> 11 </window>