Crashtest for bug 509602

This commit is contained in:
Jesse Ruderman 2009-12-06 16:54:34 -08:00
parent 8fadba32e8
commit f2543149d6
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box id="b">
<box onDOMAttrModified="event.target.parentNode.removeChild(event.target)" id="d"/>
<tree/>
</box>
<tree>
<box id="b" observes="d"/>
<treechildren observes="b"/>
</tree>
</overlay>

View File

@ -0,0 +1,3 @@
<?xul-overlay href="509602-1-overlay.xul"?>
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"/>

View File

@ -14,3 +14,4 @@ load 399715-1.xhtml
load 409807-1.xul load 409807-1.xul
load 430394-1.xul load 430394-1.xul
load 454186-1.xul load 454186-1.xul
load 509602-1.xul