https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4de65ed647cfede012c65e5b42268b52a3c32ff3 authored by seabld on 31 January 2013, 03:42:17 UTC
Added tag SEAMONKEY_2_16b3_RELEASE for changeset FIREFOX_19_0b4_BUILD1. CLOSED TREE a=release
Tip revision: 4de65ed
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