tenfourfox/layout/xul/crashtests/350460.xul

8 lines
362 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"
title="Crash [@ DoDeletingFrameSubtree] after reloading a xul page a few times with display: -moz-popup and menuitem">
<menuitem style="display: -moz-popup;">
<box style="display: -moz-popup;">
<box style="display: -moz-popup;"/>
</box>
</menuitem>
</window>