1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/xul/document/crashtests/386914-1-inner.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="a"> 1.5 + 1.6 +<box id="b" observes="a"/> 1.7 + 1.8 +<html:script xmlns:html="http://www.w3.org/1999/xhtml"> 1.9 +document.getElementById('b').addEventListener('DOMAttrModified', function(e) {document.removeChild(document.documentElement);}, true); 1.10 +setTimeout(function() {document.getElementById('a').setAttribute('tabindex', '1') ;}, 100); 1.11 +</html:script> 1.12 + 1.13 +</window> 1.14 \ No newline at end of file