291702-1.xul 420 B

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