gecko/layout/reftests/bugs/483565.xul
Karl Tomlinson 215b0b8818 b=483565 baseline of stack elements depends on bottom margins of children r=dbaron
--HG--
extra : rebase_source : 50099d02312e4d380f75271ebc7e35b8f6aba606
2009-04-06 13:50:51 +12:00

16 lines
493 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="yesno" title="Testcase 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" style="margin-top: 20px"/>
</stack>
<stack align="baseline">
<label value="hij" style="margin-bottom: 20px; margin-top: 20px"/>
</stack>
</hbox>
</window>