mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
20
layout/xul/crashtests/434458-1.xul
Normal file
20
layout/xul/crashtests/434458-1.xul
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="setTimeout(boom, 30);" class="reftest-wait">
|
||||
|
||||
<script>
|
||||
function boom() {
|
||||
var a = document.getElementById('a');
|
||||
var x = a.popupBoxObject;
|
||||
a.parentNode.removeChild(a);
|
||||
x.enableKeyboardNavigator(true);
|
||||
x.openPopup(null, "after_start", 0, 0, false, false, null);
|
||||
x.openPopupAtScreen(2, 2, false, null);
|
||||
x.showPopup(document.documentElement, a, -1, -1, "popup", "topleft", "topleft");
|
||||
x.hidePopup();
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<menupopup id="a"/>
|
||||
|
||||
</window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue