Files
tubestation/layout/base/crashtests/572003.xhtml
Emilio Cobos Álvarez a35e183345 Bug 1878092 - Remove <xul:popup> element. r=Gijs
It's only used from some crashtests, and it hasn't worked in a long,
long time, due to it not having the right styles in xul.css

Differential Revision: https://phabricator.services.mozilla.com/D200361
2024-02-02 19:28:21 +00:00

4 lines
290 B
HTML

<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<menupopup id="p" style="counter-reset: chicken;"/></menuitem>
</window>