Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/presentation-markup/radicals/empty-msqrt.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Empty <msqrt> element</title>
<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>