mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
bug 430394 - crash test by Martijn Wargers.
This commit is contained in:
parent
b13d67db1b
commit
869e0a67f6
8
layout/xul/base/src/tree/src/crashtests/430394-1.xul
Normal file
8
layout/xul/base/src/tree/src/crashtests/430394-1.xul
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user