summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/test/doc_html_tooltip-04.xhtml
blob: f74b53ccddf59ac39f19f48c7b7df496a44ca1f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0'?>
<?xml-stylesheet href="chrome://global/skin/global.css"?>
<?xml-stylesheet href="chrome://devtools/skin/tooltips.css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
 title="Tooltip test">
  <vbox flex="1">
    <hbox style="height: 10px">spacer</hbox>
    <hbox id="box1" style="height: 50px">test1</hbox>
    <hbox id="box2" style="height: 50px">test2</hbox>
    <hbox flex="1">MIDDLE</hbox>
    <hbox id="box3" style="height: 50px">test3</hbox>
    <hbox id="box4" style="height: 50px">test4</hbox>
    <hbox style="height: 10px">spacer</hbox>
  </vbox>
</window>