image-scaling-min-height-1-ref.xul 391 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  3. xmlns:html="http://www.w3.org/1999/xhtml">
  4. <html:style><![CDATA[
  5. window { -moz-box-align: start; -moz-box-pack: start }
  6. hbox { background: yellow }
  7. vbox { background: blue; width: 15px; height: 15px }
  8. ]]></html:style>
  9. <hbox><vbox /><label value="a b c d e f" /></hbox>
  10. </window>