mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 430394 - crash test by Martijn Wargers.
This commit is contained in:
parent
4f4ff8623f
commit
0ffcd2982b
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 399692-1.xhtml
|
||||||
load 399715-1.xhtml
|
load 399715-1.xhtml
|
||||||
load 409807-1.xul
|
load 409807-1.xul
|
||||||
|
load 430394-1.xul
|
||||||
load 454186-1.xul
|
load 454186-1.xul
|
||||||
|
Loading…
Reference in New Issue
Block a user