summaryrefslogtreecommitdiffstats
path: root/layout/xul/tree/crashtests/509602-1-overlay.xul
blob: f5cecd40ed92230e1cb8d8434052c63b097911cd (plain)
1
2
3
4
5
6
7
8
9
10
11
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>