Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/presentation-markup/operators/mo-dynamic-mozilla-347348.xhtml - WPT Dashboard Interop Dashboard
<head>
<link rel="match" href="mo-dynamic-mozilla-347348-ref.xhtml"/>
<script>
function foo()
{
var mo = document.getElementById("mo");
mo.removeChild(mo.firstChild);
}
</script>
</head>
<body onload="foo();">
<mrow>
<mi>x</mi>
<mo id="mo">=</mo>
<mi>y</mi>
</mrow>
</math></div>
</body>
</html>