Add a crashtest

This commit is contained in:
jruderman@hmc.edu 2008-01-05 22:18:30 -08:00
parent e177e1b027
commit 6f37e7a350
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html>
<head>
<script>
function boom()
{
var MATHML_NS = "http://www.w3.org/1998/Math/MathML";
var mtr = document.createElementNS(MATHML_NS, 'mtr');
var mtable = document.createElementNS(MATHML_NS, 'mtable');
document.body.appendChild(mtr);
mtr.appendChild(mtable);
}
</script>
</head>
<body onload="boom()">
</body>
</html>

View File

@ -15,6 +15,7 @@ load 348811-2.xhtml
load 355986-1.xhtml
load 364685-1.xhtml
load 366012-1.xhtml
load 367107-1.html
load 370791-1.xhtml
load 372483-1.xhtml
load 377824-1.xhtml