mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17: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
31
layout/xul/crashtests/399013.xul
Normal file
31
layout/xul/crashtests/399013.xul
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<menulist id="b" style="display: -moz-groupbox;">
|
||||
<panel id="c" style=" position: absolute;">
|
||||
<popup onunderflow="document.getElementById('c').removeAttribute('style')"/>
|
||||
</panel>
|
||||
<menupopup id="a" style="display: -moz-stack;">
|
||||
<menulist/>
|
||||
</menupopup>
|
||||
<panel style="display: -moz-deck;" onoverflow="document.getElementById('b').removeAttribute('style')">
|
||||
<popup style="display: -moz-deck;"/>
|
||||
</panel>
|
||||
</menulist>
|
||||
|
||||
<script id="script" xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
|
||||
function doe() {
|
||||
document.getElementById('c').removeAttribute('style');
|
||||
document.documentElement.boxObject.height;
|
||||
document.getElementById('b').removeAttribute('style');
|
||||
document.getElementById('a').setAttribute('selected', 'true');
|
||||
document.getElementById('a').setAttribute('style', 'position: fixed;');
|
||||
document.documentElement.boxObject.height;
|
||||
document.getElementById('a').removeAttribute('style');
|
||||
}
|
||||
|
||||
function doe2() {
|
||||
window.location.reload();
|
||||
}
|
||||
setTimeout(doe2, 200);
|
||||
setTimeout(doe,100);
|
||||
]]></script>
|
||||
</window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue