summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/crashtests/mozilla/307839-1.xhtml
blob: a26e58ac07eef8279431b6338a9cef8a21196ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml">
        <head>
                <title>Testcase</title>
        </head>
        <body onload="document.getElementById('B').appendChild(document.getElementById('A'));">
                <div style="position: relative;">
                        <math xmlns="http://www.w3.org/1998/Math/MathML">
                                <mover>
                                        <mrow id="A"/>
                                        <mn id="B"/>
                                </mover>
                        </math>
                </div>
        </body>
</html>