Crashtest cat... is testing for crashes.

This commit is contained in:
jruderman@hmc.edu 2007-12-17 17:42:35 -08:00
parent 65a8f1f0e0
commit f1ee9de406
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML">
<head>
<script type="text/javascript">
function boom()
{
var MATHML_NS = "http://www.w3.org/1998/Math/MathML";
var mtd = document.getElementById("mtd");
var n = document.createElementNS(MATHML_NS, 'mrow');
mtd.appendChild(n);
mtd.setAttribute('rowspan', 7);
}
</script>
</head>
<body onload="boom();">
<math:mtd id="mtd"></math:mtd><math:mtr><math:mrow></math:mrow></math:mtr>
</body>
</html>

View File

@ -53,6 +53,7 @@ load 399687-1.html
load 399940-1.xhtml
load 399946-1.xhtml
load 400445-1.xhtml
load 400904-1.xhtml
load 403175-1.html
load 403245-1.html
load 403569-1.xhtml