tenfourfox/layout/reftests/mathml/scriptlevel-movablelimits-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

26 lines
444 B
HTML

<!DOCTYPE html>
<html>
<head><title>Test accent/accentunder</title></head>
<body>
<math displaystyle="false">
<munderover>
<mo>&#x2211;</mo>
<mi>a</mi>
<mi>b</mi>
</munderover>
</math>
<math displaystyle="false">
<munder>
<mo>&#x2211;</mo>
<mi>a</mi>
</munder>
</math>
<math displaystyle="false">
<mover>
<mo>&#x2211;</mo>
<mi>a</mi>
</mover>
</math>
</body>
</html>