Adding a crashtest

git-svn-id: svn://10.0.0.236/trunk@250655 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2008-04-23 04:09:02 +00:00
parent 1eb21adc9f
commit 391889741e
2 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
var mss = document.getElementById("mss");
var j = document.createTextNode("j");
var comb = document.createTextNode("\u0302");
mss.appendChild(j);
mss.appendChild(comb);
}
</script>
</head>
<body onload="boom()">
<div>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<msub id="mss">
<mi>v</mi>
<mn>1</mn>
</msub>
</math>
</div>
</body>
</html>

View File

@@ -7,11 +7,12 @@ load 377231-1.html
load 377232-1.xhtml
load 377461-1.xhtml
load 383473-1.html
load 385289-1.xhtml
load 385417-1.html
load 385417-2.html
load 385719-1.html
load 385423-1.html
load 385423-2.html
load 385719-1.html
load 393746-1.xhtml
load 393749-1.html
load 393822-1.html