tor-browser

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

doc_html_tooltip-02.xhtml (537B)


      1 <?xml version='1.0'?>
      2 <?xml-stylesheet href="chrome://global/skin/global.css"?>
      3 <?xml-stylesheet href="chrome://devtools/skin/tooltips.css"?>
      4 <window
      5  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      6  htmlns="http://www.w3.org/1999/xhtml"
      7  title="Tooltip test">
      8  <vbox flex="1">
      9    <hbox id="box1" flex="1">test1</hbox>
     10    <hbox id="box2" flex="1">test2</hbox>
     11    <hbox id="box3" flex="1">test3</hbox>
     12    <hbox id="box4" flex="1">test4</hbox>
     13    <iframe id="frame" width="200"></iframe>
     14  </vbox>
     15 </window>