tenfourfox/layout/base/crashtests/572003.xul

4 lines
286 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="var p=document.getElementById('p'); for(var i=0;i!=3;++i)p.parentNode.appendChild(p);">
<menuitem style="counter-reset: chicken;">P<popup id="p" style="counter-reset: chicken;"/></menuitem>
</window>