Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/crashtests/mozilla/307839-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<title>Testcase</title>
</head>
<body onload="document.getElementById('B').appendChild(document.getElementById('A'));">
<div style="position: relative;">
<mover>
<mrow id="A"/>
<mn id="B"/>
</mover>
</math>
</div>
</body>
</html>