This commit is contained in:
jruderman@hmc.edu 2008-01-20 16:14:29 -08:00
Родитель 2de466d00f
Коммит a187f1fa85
2 изменённых файлов: 17 добавлений и 1 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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