1
0
Fork 0
firefox/testing/web-platform/mozilla/tests/mathml/scripts/scriptlevel-movablelimits-accent-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

28 lines
521 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test accent/accentunder (reference)</title>
</head>
<body>
<math displaystyle="false">
<munderover>
<mo></mo>
<mi>a</mi>
<mi>b</mi>
</munderover>
</math>
<math displaystyle="false">
<munder>
<mo></mo>
<mi>a</mi>
</munder>
</math>
<math displaystyle="false">
<mover>
<mo></mo>
<mi>a</mi>
</mover>
</math>
</body>
</html>