Fix test for bug 321402 so it passes on the Mac as well.

This commit is contained in:
dbaron@dbaron.org 2007-10-26 11:18:24 -07:00
parent 313a1b1525
commit 1b92f564b5
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<vbox flex="1">
<label value="hello world" />
<vbox style="font-size:0" flex="1">
<label style="font-size:16px" value="hello world" />
</vbox>
</window>

View File

@ -1,8 +1,8 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<vbox flex="1">
<vbox style="font-size:0" flex="1">
<html:span style="display:inline" flex="1" /> <!-- causes block wrapping -->
<box flex="1" />
<label value="hello world" />
<label style="font-size:16px" value="hello world" />
</vbox>
</window>

View File

@ -132,7 +132,7 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 28811-2a.html 28811-2-ref.html # bug 38
!= 315620-2b.xhtml 315620-2-ref.xhtml
!= 321402-1.html about:blank
!= 321402-2.html about:blank
random == 321402-3.xul 321402-3-ref.xul
== 321402-3.xul 321402-3-ref.xul
== 321402-4.xul 321402-4-ref.xul
== 321402-5.xul 321402-5-ref.xul
== 321402-6.xul 321402-6-ref.xul