bug 430394 - crash test by Martijn Wargers.

This commit is contained in:
Bob Clary 2009-04-24 10:08:23 -07:00
parent 4f4ff8623f
commit 0ffcd2982b
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tree id="a" style="content: 't';" rows="-2">
<menuitem id="b" onoverflow="event.currentTarget.parentNode.removeAttribute('style')">
<treechildren style="display: block;" onoverflow="event.target.parentNode.removeChild(event.target)" />
<treechildren style="display: block;" ordinal="0.5"/>
</menuitem>
</tree>
</window>

View File

@ -12,4 +12,5 @@ load 399227-2.xul
load 399692-1.xhtml
load 399715-1.xhtml
load 409807-1.xul
load 430394-1.xul
load 454186-1.xul