bug 356325 - crash test by Martijn Wargers.

This commit is contained in:
Bob Clary 2009-04-24 10:08:16 -07:00
parent 9bfff2c92c
commit f02787112c
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML"
title="Testcase bug 356325 - Crash [@ nsCSSFrameConstructor::FindFrameWithContent] with tooltip, mathml:and and moving stuff in it">
<description value="This page should not crash Mozilla"/>
<box id="y">
<box id="d"/>
</box>
<tooltip>
<mathml:and id="x"/>
</tooltip>
<html:script>
function doe() {
document.getElementById('x').appendChild(document.getElementById('y'));
document.getElementById('y').appendChild(document.getElementById('d'));
}
window.onload=doe;
</html:script>
</window>

View File

@ -111,6 +111,7 @@ load 354766-1.xhtml
load 354771-1.xul
load 355989-1.xhtml
load 355993-1.xhtml
load 356325-1.xul
load 358729-1.xhtml
load 360339-1.xul
load 360339-2.xul