Add a crashtest

This commit is contained in:
jruderman@hmc.edu 2008-01-20 16:14:29 -08:00
parent 00d631a16a
commit 0a73114a44
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,16 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function foo()
{
document.getElementById("ms").setAttribute("foo", "x");
}
</script>
</head>
<body onload="foo()">
<mstyle xmlns="http://www.w3.org/1998/Math/MathML" id="ms" />
</body>
</html>

View File

@ -24,6 +24,6 @@ load 377824-1.xhtml
load 379418-1.xhtml
load 393760-1.xhtml
load 397518-1.xhtml
load 400475-1.xhtml
load 405187-1.xhtml
load 405271-1.xml