1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/forms/textbox/align-baseline-1-ref.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="chrome://global/skin/"?> 1.6 +<window title="textbox align=baseline reference" 1.7 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.8 + xmlns:html="http://www.w3.org/1999/xhtml"> 1.9 + <html:style type="text/css"> 1.10 + #container { 1.11 + margin-top: 12px; 1.12 + padding-top: 8px; 1.13 + } 1.14 + label, textbox { 1.15 + -moz-appearance: none; 1.16 + background: inherit; 1.17 + border: none 0px; 1.18 + margin-top: 0px; 1.19 + padding-top: 0px; 1.20 + margin-bottom: 0px; 1.21 + padding-bottom: 0px; 1.22 + } 1.23 + </html:style> 1.24 + 1.25 + <hbox id="container" align="center"> 1.26 + <label value="test"/> 1.27 + <textbox value="text"/> 1.28 + </hbox> 1.29 +</window>