Test for bug 482955 r=roc

This commit is contained in:
Neil Rashbrook 2009-04-22 15:18:29 +01:00
parent 9300a699b2
commit 63a00b2262
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<hbox>
<hbox style="-moz-appearance: textfield;">
<spacer style="padding: 50px;"/>
</hbox>
</hbox>
</window>

View File

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<hbox>
<hbox flex="1" style="-moz-appearance: textfield;">
<spacer style="padding: 50px;"/>
</hbox>
<spacer width="10000" flex="1"/>
</hbox>
</window>