https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 84b442cccbd02655d3e9665518b41c5183525851 authored by ffxbld on 18 May 2011, 01:40:03 UTC
Added tag FIREFOX_5_0b2_BUILD1 for changeset 40ea1355db3f. CLOSED TREE a=release
Tip revision: 84b442c
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