summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid.html
blob: 78e11e7e2ba9ad9a39c9b73816c3baa6a60f8d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>mfrac with zero children</title>
<link rel="help" href="https://w3c.github.io/mathml-core/#mfrac">
<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>