dom/base/crashtests/375399-1-inner.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/base/crashtests/375399-1-inner.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:svg="http://www.w3.org/2000/svg">
     1.5 +<svg:foreignObject x="0" y="0" width="100%" height="100%">
     1.6 +<xul:tabs onselect="window.frameElement.parentNode.removeChild(window.frameElement)"><xul:tree id="t"/></xul:tabs>
     1.7 +</svg:foreignObject>
     1.8 +
     1.9 +<html:script>
    1.10 +function doe() {
    1.11 +document.getElementById('t');
    1.12 +}
    1.13 +setTimeout(doe, 200);
    1.14 +</html:script>
    1.15 +</html>
    1.16 \ No newline at end of file

mercurial