Bug 381501 - Small screen resolutions mess up reftests, and backout by randomizer from the other day, r=dbaron

This commit is contained in:
benjamin@smedbergs.us 2007-05-23 06:57:07 -07:00
parent ce1b388fa5
commit e9488b941c
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ random == 328829-1.xhtml 328829-1-ref.xhtml # bug 369046 (intermittent)
== 346774-1a.html 346774-1-ref.html
== 346774-1b.html 346774-1-ref.html
== 346774-1c.html 346774-1-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="windows") == 347912-1.html 347912-1-ref.html # bug 381643
== 347912-1.html 347912-1-ref.html
== 348516-1.html 348516-1-ref.html
== 348516-2.html 348516-2-ref.html
!= 348516-2.html 348516-2-notref.html

View File

@ -45,5 +45,5 @@
<script type="application/ecmascript" src="quit.js" />
<script type="application/ecmascript" src="autoconf.js" />
<script type="application/ecmascript" src="reftest.js" />
<browser id="browser" flex="1" type="content-primary" />
<browser id="browser" flex="1" type="content-primary" style="width: 800px; height: 1000px" />
</window>