summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/483565-ref.xhtml
blob: 6b5419f9542e434713c6193d9a79ded0a1737d49 (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" type="text/css"?>

<window id="yesno" title="Reference for bug 483565" orient="horizontal"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <hbox align="baseline">
    <stack align="baseline">
      <label value="hij"/>
    </stack>
    <stack align="baseline">
      <label value="hij" style="margin-top: 20px"/>
    </stack>
  </hbox>
</window>