diff options
Diffstat (limited to 'dom/base/crashtests/308120-1.xul')
-rw-r--r-- | dom/base/crashtests/308120-1.xul | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/base/crashtests/308120-1.xul b/dom/base/crashtests/308120-1.xul new file mode 100644 index 000000000..55963d758 --- /dev/null +++ b/dom/base/crashtests/308120-1.xul @@ -0,0 +1,3 @@ +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="var button=document.getElementsByTagName('button')[0]; try { button.appendChild(SpecialPowers.unwrap(SpecialPowers.wrap(document).getAnonymousNodes(button))[0]); } catch(e) { }"> + <button/> +</window> |