summaryrefslogtreecommitdiffstats
path: root/layout/xul/crashtests/350460.xul
blob: b13de6c977fdee6206b3d115a7ef008482527ba5 (plain)
1
2
3
4
5
6
7
8
<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>