Add crashtest for WFM assertion bug

This commit is contained in:
jruderman@hmc.edu 2008-01-04 20:59:08 -08:00
parent 13ffcc394a
commit 9dcae4e386
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<script>
<![CDATA[
function init()
{
var k = document.getElementById("k");
k.parentNode.removeChild(k);
document.documentElement.removeAttribute("class");
}
]]>
</script>
</head>
<body onload="setTimeout(init, 30);">
<mo xmlns='http://www.w3.org/1998/Math/MathML'><mi id="k">z</mi></mo>
</body>
</html>

View File

@ -6,6 +6,7 @@ load 323737-1.xml
load 323738-1.xml
load 323741-1.xml
load 323742-1.xml
load 336074-1.xhtml
load 347495-1.xhtml
load 347507-1.xhtml
load 348492-1.xhtml