https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7b6f3f5e9a306f5b572dfce2f75b513d98fdcd36 authored by ffxbld on 04 July 2012, 21:49:12 UTC
Added FENNEC_14_0b11_RELEASE FENNEC_14_0b11_BUILD1 tag(s) for changeset 60598398e29c. DONTBUILD CLOSED TREE a=release
Tip revision: 7b6f3f5
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