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/fractions/frac-invalid.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>mfrac with zero children</title>
<meta name="assert" content="An mfrac with no children should render using an empty mrow.">
<link rel="match" href="frac-invalid-ref.html">
</head>
<body>
<p>This test passes if mfrac renders nothing.</p>
<math>
<mfrac>
</mfrac>
</math>
</body>
</html>