summaryrefslogtreecommitdiffstats
path: root/layout/mathml/crashtests/973322-1.xhtml
blob: dfac127fb4a6aff690b73dd4b5e1a88444e403f3 (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
    <body onload="document.getElementById('f').setAttribute('class', 'e');">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <mfenced id="f"/>
        </math>
        <p style="overflow: scroll; position: sticky;"></p>
    </body>
</html>