Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 483565-ref.xul
blob1ffc93c01d1c702d3bfac3e0b8ebb955e0b35c76
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
4 <window id="yesno" title="Reference for bug 483565" orient="horizontal"
5 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7 <hbox align="baseline">
8 <stack align="baseline">
9 <label value="hij"/>
10 </stack>
11 <stack align="baseline">
12 <label value="hij" style="margin-top: 20px"/>
13 </stack>
14 </hbox>
15 </window>