1
0
Fork 0
firefox/testing/web-platform/tests/mathml/presentation-markup/radicals/radical-rendering-from-in-flow-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

18 lines
488 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>radicals rendering from in-flow children</title>
</head>
<body>
<math>
<msqrt>
<mspace width="64px" height="8px" style="background: lightblue"></mspace>
</msqrt>
<mroot>
<mspace width="64px" height="12px" style="background: lightblue"></mspace>
<mspace width="128px" height="24px" style="background: lightgreen"></mspace>
</mroot>
</math>
</body>
</html>