bug 354133 - crash test by Martijn Wargers.

This commit is contained in:
Bob Clary 2009-04-24 10:08:16 -07:00
parent 8c874618fc
commit b4ea74f2de
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<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">
<head>
<title>Testcase bug 354133 - Crash [@ nsBlockBandData::Init] with unminimised stirdom mathml/xul testcase</title>
</head>
<body>
This page should not crash Mozilla
<xul:scrollbar>
<mathml:ms id="a">
<mathml:sinh>
<xul:box id="b"/>
</mathml:sinh>
</mathml:ms>
</xul:scrollbar>
<html:script>
function stirdom(){
document.getElementById('a').appendChild(document.getElementById('b'));
}
setTimeout(stirdom,200);
</html:script>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 1000);
</script>
<body>
<iframe src="354133-1-inner.xhtml"></iframe>
</body>
</html>

View File

@ -106,6 +106,7 @@ load 348729-1.html
load 349095-1.xhtml
load 350128-1.xhtml
load 350267-1.html
load 354133-1.html
load 354766-1.xhtml
load 354771-1.xul
load 355989-1.xhtml