Bug 1935035 - Update a macOS-only test that hard-codes child count.
[gecko.git] / layout / reftests / forms / textbox / align-baseline-1.xhtml
blobeab22d761bf8aa9b442053398f6aa6ceb86b81d9
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/global.css"?>
3 <window title="textbox align=baseline test (bug 494901)"
4 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
5 xmlns:html="http://www.w3.org/1999/xhtml">
6 <html:style type="text/css">
7 hbox {
8 margin-top: 0px;
9 padding-top: 0px;
11 label, input {
12 -moz-appearance: none;
13 background: inherit;
14 border: none 0px;
16 label {
17 margin-top: 0px;
18 padding-top: 0px;
19 margin-bottom: 0px;
20 padding-bottom: 0px;
22 input {
23 margin-top: 12px;
24 padding-top: 8px;
25 margin-bottom: 5px;
26 padding-bottom: 9px;
28 </html:style>
30 <hbox align="baseline">
31 <label value="test"/>
32 <input xmlns="http://www.w3.org/1999/xhtml" value="text"/>
33 </hbox>
34 </window>