Bug 418175: popup attribute test fails if context menu is too big, r=enndeakin

This commit is contained in:
ajschult@verizon.net 2008-02-19 22:56:41 -08:00
parent dc2e372809
commit aa56231153
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
SimpleTest.waitForExplicitFinish();
function runTest()
{
window.open("window_popup_attribute.xul", "_blank", "width=600,height=600");
window.open("window_popup_attribute.xul", "_blank", "width=600,height=700");
}
</script>

View File

@ -15,7 +15,7 @@
SimpleTest.waitForExplicitFinish();
function runTest()
{
window.open("window_popup_button.xul", "_blank", "width=600,height=600");
window.open("window_popup_button.xul", "_blank", "width=600,height=700");
}
</script>

View File

@ -11,7 +11,7 @@
<script type="application/javascript" src="popup_shared.js"></script>
<script type="application/javascript" src="popup_trigger.js"></script>
<hbox style="margin-left: 275px; margin-top: 275px;">
<hbox style="margin-left: 325px; margin-top: 325px;">
<label id="trigger" popup="thepopup" value="Popup"/>
</hbox>

View File

@ -11,7 +11,7 @@
<script type="application/javascript" src="popup_shared.js"></script>
<script type="application/javascript" src="popup_trigger.js"></script>
<hbox style="margin-left: 275px; margin-top: 275px;">
<hbox style="margin-left: 325px; margin-top: 325px;">
<button id="trigger" type="menu" label="Popup">
<menupopup id="thepopup">
<menuitem id="item1" label="First"/>