https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9d25998529f8dd62816fb99c5992638094b1aa91 authored by ffxbld on 28 September 2011, 19:45:27 UTC
Added tag FENNEC_7_0_1_BUILD1 for changeset 347b2b8651f4. CLOSED TREE a=release
Tip revision: 9d25998
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