1
0
Fork 0
firefox/testing/web-platform/tests/mathml/presentation-markup/radicals/empty-msqrt.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

15 lines
562 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Empty &lt;msqrt&gt; element</title>
<link rel="help" href="https://w3c.github.io/mathml-core/#radicals-msqrt-mroot">
<meta name="assert" content="Empty msqrt should render as if it had a single empty mrow child.">
<link rel="match" href="empty-msqrt-ref.html">
</head>
<body>
<math><msqrt></msqrt></math>
<script src="/mathml/support/feature-detection.js"></script>
<script>MathMLFeatureDetection.ensure_for_match_reftest("has_msqrt");</script>
</body>
</html>