Bug 611231 - [SeaMonkey] mochitest-plain-5: "test_arrowpanel.xul" fails now; (Av1) Set 'middle' label at a more centered position.

r=enndeakin a=(test only).
This commit is contained in:
Serge Gautherie 2010-11-11 20:52:30 +01:00
Родитель 8f4b6434fa
Коммит 575cdf74d2
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,9 @@
<label id="topright" value="Top Right" right="0" top="0"/>
<label id="bottomleft" value="Bottom Left" left="0" bottom="0"/>
<label id="bottomright" value="Bottom Right" right="0" bottom="0"/>
<label id="middle" value="Middle" left="150" top="150"/>
<!-- Our SimpleTest/TestRunner.js runs tests inside an iframe which sizes are W=500 H=300.
'left' and 'top' values need to be set so that the panel (popup) has enough room to display on its 4 sides. -->
<label id="middle" value="+/- Centered" left="225" top="135"/>
</stack>
<panel id="panel" type="arrow" onpopupshown="checkPanelPosition(this)" onpopuphidden="runNextTest.next()">