tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

dynamic-height-1-ref.xhtml (307B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet href="chrome://global/skin/global.css"?>
      3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      4 xmlns:html="http://www.w3.org/1999/xhtml">
      5  <hbox align="stretch">
      6    <box style="height: 5em"/>
      7    <html:input value="YO"/>
      8  </hbox>
      9 </window>