mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 418175: popup attribute test fails if context menu is too big, r=enndeakin
This commit is contained in:
parent
dc2e372809
commit
aa56231153
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user