layout/xul/tree/crashtests/430394-1.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/xul/tree/crashtests/430394-1.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.5 +<tree id="a" style="content: 't';" rows="-2">
     1.6 +  <menuitem id="b" onoverflow="event.currentTarget.parentNode.removeAttribute('style')">
     1.7 +    <treechildren style="display: block;" onoverflow="event.target.parentNode.removeChild(event.target)" />
     1.8 +    <treechildren style="display: block;" ordinal="0.5"/>
     1.9 +  </menuitem>
    1.10 +</tree>
    1.11 +</window>
    1.12 \ No newline at end of file

mercurial