layout/base/crashtests/354133-1-inner.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/354133-1-inner.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.5 +<head>
     1.6 +<title>Testcase bug 354133 - Crash [@ nsBlockBandData::Init] with unminimised stirdom mathml/xul testcase</title>
     1.7 +</head>
     1.8 +<body>
     1.9 +This page should not crash Mozilla
    1.10 +<xul:scrollbar>
    1.11 +<mathml:ms id="a">
    1.12 +<mathml:sinh>
    1.13 +<xul:box id="b"/>
    1.14 +</mathml:sinh>
    1.15 +</mathml:ms>
    1.16 +</xul:scrollbar>
    1.17 +
    1.18 +<html:script>
    1.19 +function stirdom(){
    1.20 +document.getElementById('a').appendChild(document.getElementById('b'));
    1.21 +}
    1.22 +setTimeout(stirdom,200);
    1.23 +</html:script>
    1.24 +</body>
    1.25 +</html>
    1.26 \ No newline at end of file

mercurial