summaryrefslogtreecommitdiffstats
path: root/layout/xul/tree/crashtests/509602-1-overlay.xul
diff options
context:
space:
mode:
Diffstat (limited to 'layout/xul/tree/crashtests/509602-1-overlay.xul')
-rw-r--r--layout/xul/tree/crashtests/509602-1-overlay.xul12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/xul/tree/crashtests/509602-1-overlay.xul b/layout/xul/tree/crashtests/509602-1-overlay.xul
new file mode 100644
index 000000000..f5cecd40e
--- /dev/null
+++ b/layout/xul/tree/crashtests/509602-1-overlay.xul
@@ -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> \ No newline at end of file