Add reftest

This commit is contained in:
jruderman@hmc.edu 2007-12-17 16:56:16 -08:00
parent 6c2d47ba47
commit 8b38b743b0
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>x</mi>
<mo id="mo"></mo>
<mi>y</mi>
</mrow>
</math></div>
</body>
</html>

View File

@ -0,0 +1,24 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function foo()
{
var mo = document.getElementById("mo");
mo.removeChild(mo.firstChild);
}
</script>
</head>
<body onload="foo();">
<div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>x</mi>
<mo id="mo">=</mo>
<mi>y</mi>
</mrow>
</math></div>
</body>
</html>

View File

@ -184,6 +184,7 @@ random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 333970-1.html 333970-1-ref.html # bug 3
== 346774-1a.html 346774-1-ref.html
== 346774-1b.html 346774-1-ref.html
== 346774-1c.html 346774-1-ref.html
== 347348-1.xhtml 347348-1-ref.xhtml
== 347912-1.html 347912-1-ref.html
== 348516-1.html 348516-1-ref.html
== 348516-2.html 348516-2-ref.html