https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2364da993efd6b294967ff2eccf72d4003efe97b authored by ffxbld on 15 March 2012, 02:43:55 UTC
Added FIREFOX_12_0b1_RELEASE FIREFOX_12_0b1_BUILD2 tag(s) for changeset 4027017bbaba. DONTBUILD CLOSED TREE a=release
Tip revision: 2364da9
input-text-dynamic-height-1-ref.xul
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
	xmlns:html="http://www.w3.org/1999/xhtml">
  <hbox align="stretch">
    <box style="height: 5em"/>
    <html:input value="YO"/>
  </hbox>
</window>
back to top